CliHelpBuilder.Default.GetArgumentUsageLabel Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
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.
public static string GetArgumentUsageLabel(Symbol parameter)
Parameters
parameterSymbolThe argument to get the default value for.
Returns
- string
Argument usage label.