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.
Optional ReadonlyhelpOptional grouping topic of the command for structuring of help output.
ReadonlynameName of the command.
Must consist of alphanumeric non-whitespace ASCII or _ and - characters. Cannot start with -.
ReadonlyoptionsOption or ComplexOption argument definitions for the sub-command.
ReadonlypositionalsPositional argument definitions for the sub-command.
Optional ReadonlyusageOptional usage examples for the command to support help output.
Execute the command.
the Context in which to execute the command.
the argument values for the command. This may be empty if the command's Option and Positional instances are all optional and no argument values were provided.
Interface for a sub-command.