Table of Contents

CliHelpBuilder.Default.GetArgumentDescription Method

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

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

public static string GetArgumentDescription(Argument argument)

Parameters

argument Argument

The argument to get the default value for.

Returns

string

Argument description.