Git.pipe

Run a command with pipe redirections. Return the pipes.

  1. auto pipe(string[] args, Redirect redirect)
    struct Git
    const
    pipe
    (
    string[] args
    ,
    Redirect redirect
    )
  2. auto pipe(string[] args)

Meta