CliResult.IsCalled Method
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
IsCalled<TDefinition>()
Checks if the command line input is for the indicated definition class.
public bool IsCalled<TDefinition>()
Returns
Type Parameters
TDefinitionThe definition class for the command. A command builder for this class should be automatically generated by the source generator.