PeanutButter
|
Explicitly sets the short name for a parsed argument If you had an option property like "RemoteServer", the default long name would be "r", which could be reached on the cli via "-r" or "-R", depending on if another property starting with "r" was found before RemoteServer. Override this here. More...
Public Member Functions | |
ShortNameAttribute (char name) |
Additional Inherited Members | |
Protected Member Functions inherited from PeanutButter.EasyArgs.Attributes.StringAttribute | |
StringAttribute (string value) | |
Properties inherited from PeanutButter.EasyArgs.Attributes.StringAttribute | |
string | Value [get] |
Stored value. |
Explicitly sets the short name for a parsed argument If you had an option property like "RemoteServer", the default long name would be "r", which could be reached on the cli via "-r" or "-R", depending on if another property starting with "r" was found before RemoteServer. Override this here.