Documentation for the C# command-line option parsing library

UsageBuilder.AddOptions Method (IOptionContainer)

Add multiple options to the output

public void AddOptions(
   IOptionContainer optionContainer
);

Parameters

optionContainer
Container with all the options for the program to document

Remarks

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

See Also

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