CliGetParserTDefinition(CliSettings) Method
            Gets a CLI parser configured for the indicated command.
            
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.8.2
public static CliParser GetParser<TDefinition>(
	CliSettings settings = null
)
- settings  CliSettings  (Optional)
 - The settings for the parser's grammar and behaviors.
 
- TDefinition
 - The definition class for the command. A command builder for this class should be automatically generated by the source generator.
 
CliParserA 
CliParser for the indicated command with grammar and behaviors.