Documentation ¶
Index ¶
- type Shell
- func (s *Shell) Args(args ...string) *Shell
- func (s *Shell) CombinedOutput() ([]byte, error)
- func (s *Shell) Dir(dir string) *Shell
- func (s *Shell) Env(env ...string) *Shell
- func (s *Shell) Output() ([]byte, error)
- func (s *Shell) Quiet() *Shell
- func (s *Shell) Run() error
- func (s *Shell) Stderr(v io.Writer) *Shell
- func (s *Shell) Stdin(v io.Reader) *Shell
- func (s *Shell) Stdout(v io.Writer) *Shell
- func (s *Shell) Wait() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Shell ¶
type Shell struct {
// contains filtered or unexported fields
}
Shell struct
func (*Shell) CombinedOutput ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.