Documentation ¶
Index ¶
- Variables
- func BackgroundWith(options *Options) (pid int, err error)
- func CheckCmd(name string, argv ...string) (stdout string, stderr string, err error)
- func CheckExe(name string, argv ...string) (err error)
- func Cmd(name string, argv ...string) (stdout, stderr string, status int, err error)
- func CmdWith(options *Options) (stdout, stderr string, status int, err error)
- func Exe(name string, argv ...string) (status int, err error)
- func ExePipe(inputs ...PipeCmd) (status int, err error)
- func ExeWith(options *Options) (err error)
- func Interactive(environ []string, dir, name string, argv ...string) (err error)
- type Options
- type PipeCmd
Constants ¶
This section is empty.
Variables ¶
View Source
var CustomExeIndent string
Functions ¶
func BackgroundWith ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.