Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Split ¶
Split splits a single-line "command" to a slice of commands.
It currently supports the following syntaxes:
Input: echo Hello Output: [ "echo Hello", ] Input: echo Hello some long \ command \ with multiple line-breaks Output: [ "echo Hello", "some long command with multiple line-breaks", ]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.