Documentation
¶
Index ¶
- func InvokeCommand(cmdStr string) error
- func InvokeCommandAndOutputPerByteToBytesInRealTime(output *[]byte, name string, args ...string) error
- func InvokeCommandAndOutputPerLineToBytesInRealTime(output *[]byte, name string, args ...string) error
- func InvokeCommandAndOutputToBytesAtOnce(output *[]byte, name string, args ...string) error
- func InvokeCommandAndOutputToSTDOUTAtOnce(name string, args ...string) error
- func InvokeCommandAndOutputToSTDOUTInRealTime(name string, args ...string) error
- func InvokeCommands(cmdStrArray ...string) error
- func ParseArgs(str string) []string
- func ParseCommand(str string) (string, []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InvokeCommand ¶ added in v0.0.2
func InvokeCommandAndOutputPerByteToBytesInRealTime ¶
func InvokeCommandAndOutputPerByteToBytesInRealTime(output *[]byte, name string, args ...string) error
deprecated
func InvokeCommandAndOutputPerLineToBytesInRealTime ¶
func InvokeCommandAndOutputPerLineToBytesInRealTime(output *[]byte, name string, args ...string) error
deprecated
func InvokeCommandAndOutputToBytesAtOnce ¶
deprecated
func InvokeCommandAndOutputToSTDOUTAtOnce ¶
deprecated
func InvokeCommandAndOutputToSTDOUTInRealTime ¶
deprecated
func InvokeCommands ¶ added in v0.0.2
func ParseCommand ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.