[optional] alias that can be used instead of the name
Brief description of the command / group
Commands can be disabled by setting this on false or passing a callback that returns a boolean value
[optional] Can be used to show some examples
[optional] long description of the command / group
If enabled the command will be treated as a group. The Cli will try and locate sub-commands.
The name of the command. This will be checked and purged for argument definitions.
[auto/optional] Describes the input of the command. This is auto-generated if not defined
Generated using TypeDoc
Defaults to 'handle' and refers to the function name in the class that should be called. It can also be a function, which can replace the need of using a class