Table of Contents

CliHelpBuilder.Default Class

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Provides default formatting for help output.

public static class CliHelpBuilder.Default
Inheritance
CliHelpBuilder.Default

Methods

GetArgumentDefaultValue(Symbol)

Gets an argument's default value to be displayed in help.

GetArgumentDescription(Argument)

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

GetArgumentUsageLabel(Symbol)

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(Command)

Gets the usage label for the specified symbol (typically used as the first column text in help output).

GetOptionUsageLabel(Option)

Gets the usage label for the specified symbol (typically used as the first column text in help output).