Documentation for the C# command-line option parsing library

OptionDefinition.Category Property

Get or set the category of the option

public string Category {get; set;}

Remarks

Categories can be used to group the options when the usage is printed using the UsageBuilder

See Also

OptionDefinition Class | CommandLine.OptParse Namespace