CliHelpBuilderDefaultGetArgumentUsageLabel Method
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.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
public static string GetArgumentUsageLabel(
CliArgument argument
)
- argument CliArgument
- The argument to get the default value for.
StringArgument usage label.