Table of Contents

HelpBuilder.Default.GetCommandUsageLabel Method

Definition

Namespace
DotMake.CommandLine.Help
Assembly
DotMake.CommandLine.dll

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

public static string GetCommandUsageLabel(Command symbol)

Parameters

symbol Command

The symbol to get a help item for.

Returns

string

Text to display.