ReadonlyargumentOptional GlobalCommandArgument for the command.
ReadonlydescriptionOptional description of the command.
ReadonlynameName of the command.
Must consist of alphanumeric non-whitespace ASCII or _ and - characters. Cannot start with -.
ReadonlyshortOptional short alias for the global command.
Must consist of a single alphanumeric non-whitespace ASCII character.
Execute the command.
the Context in which to execute the command.
OptionalargumentValue: ArgumentSingleValueType
optional argument value for the command. This will be populated unless the command's GlobalCommandArgument is optional and the argument value was not provided.
ProtectedprintProtectedprint
Implementation of multi-command CLI help available via
myCli --help,myCli -h,myCli --help <command>ormyCli -h <command>.