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 -.
Common interface for all command types.