The command-line parser.
Returns the parser.
NomnomInternal.Parser
A command-line command specification.
The name of the command.
Sets a callback for the command.
The callback function.
The command.
Sets the help string for the command.
The help string.
The command.
Sets an option of the command.
The name of the option.
The specifiction of the option.
The command.
Sets the options of the command.
The specifications of the options.
The command.
Sets the usage string for the command.
The usage string.
The command.
A command-line option.
The abbreviated name of the option.
A callback for the option.
The choices for the option.
The default value of the option.
Whether the option is a flag.
The full name of the option.
A help string for the option.
Whether the option is hidden.
Whether the option is a list.
A string to be used in the usage printout.
The position of the option if it's a positional argument.
Whether the option is required.
A shorthand for abbr, full, and metavar.
If you don't want the option JSON-parsed, specify type "string".
Creates a new command.
The name of the command.
The new command.
Sets the help string for the command-line.
The help string.
NomnomInternal.Parser
The command-line parser.
Sets the command-line parser not to use colors.
NomnomInternal.Parser
The command-line parser.
Returns the commmand representing no command.
The command representing no command.
Parses the command-line.
The command-line arguments.
any
The parsed command-line.
Sets an option of the command-line.
The name of the option.
The specifiction of the option.
NomnomInternal.Parser
The command-line parser.
Sets the options of the command-line.
The specifications of the options.
NomnomInternal.Parser
The command-line parser.
Parses the command-line.
The command-line arguments.
any
The parsed command-line.
Provides a printer to the command-line processor.
The print function to use.
NomnomInternal.Parser
The command-line parser.
Sets the name of the script.
The script name.
NomnomInternal.Parser
The command-line parser.
Sets the usage string for the command-line.
The usage string.
NomnomInternal.Parser
The command-line parser.