hawkeye.parker@autodesk.com
From docs:
UsageBuilder.AddArgument
public void AddArgument(
string name,
string description,
Type type,
bool optional
);
optional
True if the argument should be marked as optional
To Reproduce:
-Create a UsageBuilder and call the AddArgument method, setting "optional" to false.
-Print usage using usage.ToText, e.g....
2008-08-07 02:44:45 UTC in C# Command-Line Option Parsing Library