Documentation
¶
Overview ¶
Package cliparse converts a command line string into CommandLine program and args struct
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commandline ¶
Commandline represents a program and arguments.
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser is a basic command line parser. Command lines are converted to Commandline instance, containing the program and an array or arguments. Parser handles string expansion with environment variables and respects quotation the parse can also glob wildcards in arguments.
Click to show internal directories.
Click to hide internal directories.