CliHelpBuilderDefault Class
            Provides default formatting for help output.
            
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.8.2
public static class Default
- Inheritance
 - Object    CliHelpBuilderDefault
 
 | 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).
             |