Documentation for the C# command-line option parsing library

UsageBuilder.AddOptions Method

Add multiple options to the output

Overload List

Add multiple options to the output

public void AddOptions(IOptionContainer);

Add multiple options to the output

public void AddOptions(OptionDefinition[]);

See Also

UsageBuilder Class | CommandLine.OptParse Namespace