MainCommandAttribute Type
Declares that argument is the main command of the CLI syntax. Arguments are specified without requiring a switch.
Constructors
Constructor | Description |
|
|
Full Usage:
MainCommandAttribute(argumentName)
Parameters:
string
Returns: MainCommandAttribute
|
|
Instance members
Instance member | Description |
Full Usage:
this.ArgumentName
Returns: string
|
|