CliHelpBuilder.Default.GetCommandUsageLabel 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 GetCommandUsageLabel(Command symbol)
Parameters
symbolCommandThe symbol to get a help item for.
Returns
- string
Text to display.