Documentation
¶
Overview ¶
Package command parses a raw command line into argv tokens, detecting unquoted shell operators without interpreting them.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnterminatedQuote = errors.New("unterminated quote")
ErrUnterminatedQuote is returned by Parse when a quote is never closed.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.