CliHelpBuilderDefaultGetArgumentUsageLabel Method

Gets the usage title for an argument (for example: <value>, typically used in the first column text in the arguments usage section, or within the synopsis.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public static string GetArgumentUsageLabel(
	CliArgument argument
)

Parameters

argument  CliArgument
The argument to get the default value for.

Return Value

String
Argument usage label.

See Also