CliHelpBuilderDefaultGetCommandUsageLabel 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 GetCommandUsageLabel(
	CliCommand symbol
)

Parameters

symbol  CliCommand
The symbol to get a help item for.

Return Value

String
Text to display.

See Also