CustomCommandLineAttribute Type
Declares a custom default CLI identifier for the current parameter. Replaces the auto-generated identifier name.
Constructors
Constructor | Description |
Full Usage:
CustomCommandLineAttribute(name, altNames)
Parameters:
string
altNames : string[]
Returns: CustomCommandLineAttribute
|
|
Instance members
Instance member | Description |
Full Usage:
this.AltNames
Returns: string[]
|
|
Full Usage:
this.Name
Returns: string
|
|