Documentation
¶
Overview ¶
Package runner(Deprecated) run commands with some convention
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmd ¶
NewCmd can properly split the executable with its arguments TODO: may need to add a context to handle things like using shell or not
func NewCmdWithAutoShell ¶
NewCmdWithAutoShell automatically use `sh -c` syntax for a small list of executable because most people expect shell expansion i.e. wild chars when using them TODO: test if it really works, current unit test just test the number of arguments
func RunCommand ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.