|
Joutsen.ArgumentsParsing v0.3.0+1-ga4c84ed
|
An argument that will only display or print a value instead of adding it to a target. More...
Properties | |
| String | Name [get] |
| The name that identifies the argument in the input list. More... | |
| String | Alternative [get] |
| The alternative name that identifies the argument in the input list. More... | |
Additional Inherited Members | |
Public Member Functions inherited from Joutsen.ArgumentsParsing.ParserArgument | |
| string | Description (string name=null, string alternative=null) |
| Fetches the description of this argument. More... | |
| string | Usage (string name=null) |
| Fetches the usage description of this argument. More... | |
| ArgumentLiteralParser | GetParser () |
| Fetchs the literal parser for this argument. More... | |
An argument that will only display or print a value instead of adding it to a target.
|
get |
The alternative name that identifies the argument in the input list.
Implemented in Joutsen.ArgumentsParsing.AbstractDisplayArgument.
|
get |
The name that identifies the argument in the input list.
Implemented in Joutsen.ArgumentsParsing.AbstractDisplayArgument.