Documentation for the C# command-line option parsing library

UsageBuilder.EndArgument Method 

Close the active "description" tag and "argument" tags

public void EndArgument();

Remarks

May only be called when a "description" tag is active below an "argument" tag.

See Also

UsageBuilder Class | CommandLine.OptParse Namespace