Completion Command
A subcommand that will print a completion script for the given shell when invoked.
Constructors
Functions
Return the full help string for this command.
Return the usage string for this command.
Add a message to be printed after parsing
Register an argument with this command.
Get a read-only list of arguments registered in this command (e.g. via registerArgument or an argument delegate)
Get a read-only list of options registered in this command (e.g. via registerOption or an option delegate)
Get a read-only list of groups registered in this command (e.g. via registerOptionGroup or an OptionGroup delegate)
The names of all direct children of this command
Get a read-only list of commands registered as subcommands of this command.
Register an option with this command or group.
Register an option with this command.
Register a group with this command.