SubCommandAttribute Type
Declares that argument is a subcommand. A parse exception will be raised if the argument has parameters and their type is not ParseResults<_>. Implicit if the argument does have a parameter of type ParseResults<_>.
Constructors
Constructor | Description |
|
|