CliHelpBuilderDefaultGetArgumentDescription Method

Gets the description for an argument (typically used in the second column text in the arguments section).

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.9.0
C#
public static string GetArgumentDescription(
	Argument argument
)

Parameters

argument  Argument
The argument to get the default value for.

Return Value

String
Argument description.

See Also