Documentation ¶
Index ¶
- func LookPath(file string) (string, error)
- type Cmd
- func (this *Cmd) Process() *os.Process
- func (this *Cmd) RawStderr() string
- func (this *Cmd) RawStdout() string
- func (this *Cmd) Run() error
- func (this *Cmd) Start() error
- func (this *Cmd) Stderr() string
- func (this *Cmd) Stdout() string
- func (this *Cmd) String() string
- func (this *Cmd) Wait() error
- func (this *Cmd) WithDir(dir string) *Cmd
- func (this *Cmd) WithEnv(env []string) *Cmd
- func (this *Cmd) WithStderr() *Cmd
- func (this *Cmd) WithStdout() *Cmd
- func (this *Cmd) WithTimeout(timeout time.Duration) *Cmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cmd ¶
type Cmd struct {
// contains filtered or unexported fields
}
func (*Cmd) WithStderr ¶
func (*Cmd) WithStdout ¶
Click to show internal directories.
Click to hide internal directories.