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.8.8
C#
public static string GetArgumentDescription(
	CliArgument argument
)

Parameters

argument  CliArgument
The argument to get the default value for.

Return Value

String
Argument description.

See Also