Documentation ¶
Index ¶
- func CMD(s string) *exec.Cmd
- func ContainQuotedCMD(s string) *exec.Cmd
- func Run(s string, opts ...Option) error
- func RunContainQuoted(s string) error
- func RunGetOut(s string, opts ...Option) (string, error)
- func RunGetOutContainQuoted(s string) (string, error)
- func RunGetOutWithLog(s string, opts ...Option) (string, error)
- func RunWithLog(arg string, opts ...Option) error
- func Split(line string) []string
- func WaitShutdown()
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainQuotedCMD ¶ added in v0.0.20
func ContainQuotedCMD(s string) *exec.Cmd
func RunContainQuoted ¶ added in v0.1.13
func RunGetOutContainQuoted ¶ added in v0.1.13
func RunGetOutWithLog ¶ added in v0.1.13
func RunWithLog ¶ added in v0.1.13
func WaitShutdown ¶ added in v0.0.20
func WaitShutdown()
Types ¶
Click to show internal directories.
Click to hide internal directories.