CliHelpBuilderDefaultGetOptionUsageLabel Method

Gets the usage label for the specified symbol (typically used as the first column text in help output).

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public static string GetOptionUsageLabel(
	CliOption symbol
)

Parameters

symbol  CliOption
The symbol to get a help item for.

Return Value

String
Text to display.

See Also