Joutsen.ArgumentsParsing  v0.2.1
Properties | List of all members
Joutsen.ArgumentsParsing.DisplayArgument Interface Reference

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...
 

Detailed Description

An argument that will only display or print a value instead of adding it to a target.

Since
0.2.0

Property Documentation

◆ Alternative

String Joutsen.ArgumentsParsing.DisplayArgument.Alternative
get

The alternative name that identifies the argument in the input list.

◆ Name

String Joutsen.ArgumentsParsing.DisplayArgument.Name
get

The name that identifies the argument in the input list.