Documentation ¶
Overview ¶
Package shlex is a simplified command-line shell-like argument parser.
shlex will parse for example
start --append="foobar foobaz" --nogood 'food'
into the appropriate argvs to start the command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Argv ¶
Argv splits a command line according to usual simple shell rules.
Argv was written from the spec of Grub quoting at https://www.gnu.org/software/grub/manual/grub/grub.html#Quoting except that the escaping of newline is not supported
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.