CliHelpBuilderDefault Class

Provides default formatting for help output.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public static class Default
Inheritance
Object    CliHelpBuilderDefault

Methods

GetArgumentDefaultValue Gets an argument's default value to be displayed in help.
GetArgumentDescription Gets the description for an argument (typically used in the second column text in the arguments section).
GetArgumentUsageLabel 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.
GetCommandUsageLabel Gets the usage label for the specified symbol (typically used as the first column text in help output).
GetOptionUsageLabel Gets the usage label for the specified symbol (typically used as the first column text in help output).

See Also