CliHelpBuilder.Default.GetOptionUsageLabel Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets the usage label for the specified symbol (typically used as the first column text in help output).
public static string GetOptionUsageLabel(Option symbol)
Parameters
symbolOptionThe symbol to get a help item for.
Returns
- string
Text to display.