Documentation for the C# command-line option parsing library

UsageBuilder.AddOptions Method (OptionDefinition[])

Add multiple options to the output

public void AddOptions(
   OptionDefinition[] options
);

Parameters

options
All the options for the program

Remarks

Can only be called if the active tag is "section"

See Also

UsageBuilder Class | CommandLine.OptParse Namespace | UsageBuilder.AddOptions Overload List