cmd

package
v0.0.0-...-95dfe02 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2020 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cmd

type Cmd struct {
	Name   string
	Args   []string
	Stdin  *os.File
	Stdout *os.File
	Stderr *os.File
}

func New

func New(cmd string) *Cmd

func NewWithArray

func NewWithArray(cmd []string) *Cmd

func (*Cmd) CombinedOutput

func (cmd *Cmd) CombinedOutput() (string, error)

func (*Cmd) Exec

func (cmd *Cmd) Exec() error

func (*Cmd) Run

func (cmd *Cmd) Run() error

func (*Cmd) Spawn

func (cmd *Cmd) Spawn() error

func (Cmd) String

func (cmd Cmd) String() string

func (*Cmd) Success

func (cmd *Cmd) Success() bool

func (*Cmd) WithArg

func (cmd *Cmd) WithArg(arg string) *Cmd

func (*Cmd) WithArgs

func (cmd *Cmd) WithArgs(args ...string) *Cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL