Abstract
Internal
_subcommandsAbstract
argsReadonly
optsAbstract
runCreates a runner function for use with run. This exists to provide type inference to the callback, which is not available without a function call.
the run function
Creates a runner function for use with run. This exists to provide type inference to the callback, which is not available without a function call.
Register a subcommand with this command. This will setup the parser and load the defition into the base parser.
this
the name and (optional) aliases of the subcommand
the subcommand definition
Generated using TypeDoc
Base class for all commands, including subcommands. Any user implemented command must extend from this class.