CliBindingContextIsCalled(ParseResult, Type) Method
            Checks if the command line input is for the indicated definition class.
            
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.8.2
public bool IsCalled(
	ParseResult parseResult,
	Type definitionType
)
- parseResult  ParseResult
 - 
    A parse result describing the outcome of the parse operation.
  
 - definitionType  Type
 - 
    
    The definition class type for the command. A command builder for this class should be automatically generated by the source generator.
  
  
 
Boolean[Missing <returns> documentation for "M:DotMake.CommandLine.CliBindingContext.IsCalled(System.CommandLine.ParseResult,System.Type)"]