command, args..., just like os/exec.Cmd
(string, ...string)
| 46 | type Cmder interface { |
| 47 | // command, args..., just like os/exec.Cmd |
| 48 | Command(string, ...string) Cmd |
| 49 | } |
| 50 | |
| 51 | // DefaultCmder is a LocalCmder instance used for convienience, packages |
no outgoing calls