Optional ReadonlyargumentOptional GlobalCommandArgument for the command.
Optional ReadonlydescriptionOptional description of the command.
Optional ReadonlydisableOptionally hide the command from generic help listings. The command remains registered and
executable, and its own usage help (help <command>) is still shown if explicitly requested.
Optional ReadonlyenableOptionally enable support for populating argument values via configuration. If this is true then
default argument values may be sourced using a configuration source provided by the CLI runtime.
ReadonlynameName of the command.
Must consist of alphanumeric non-whitespace ASCII or _ and - characters. Cannot start with -.
Optional 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.
Interface for a global command.