Documentation for the C# command-line option parsing library

UsageBuilder.EndOption Method 

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

public void EndOption();

Remarks

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

See Also

UsageBuilder Class | CommandLine.OptParse Namespace