Documentation
¶
Index ¶
- func CallCommand(cmdstr string) ([]byte, error)
- func CallCommandForEffect(cmdstr string) error
- func CallCommandForEffectWithDebug(cmdstr string) error
- func CallCommandForEffectWithInputPipe(cmdstr, input string) error
- func CallCommandForEffectWithInputPipeAndDebug(cmdstr, input string) error
- func CallCommandSeparatingOutputStreams(cmdstr string) ([]byte, []byte, error)
- func CallCommandSilently(cmdstr string) ([]byte, error)
- func Escape(cmd string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallCommand ¶
CallCommand will run an external command, displaying its output interactively and return its output.
func CallCommandForEffect ¶
func CallCommandSilently ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.