Documentation for the C# command-line option parsing library

UsageBuilder.AddOption Method 

Adds an option to the output

public void AddOption(
   OptionDefinition opt
);

Parameters

opt
Option to add

Remarks

Like BeginOption, but uses the desription from the option as the body of the "description" tag. Does not open a new active tag

See Also

UsageBuilder Class | CommandLine.OptParse Namespace