CliBindingContextIsCalledTDefinition(ParseResult) Method

Checks if the command line input is for the indicated definition class.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
C#
public bool IsCalled<TDefinition>(
	ParseResult parseResult
)

Parameters

parseResult  ParseResult
A parse result describing the outcome of the parse operation.

Type Parameters

TDefinition
The definition class for the command. A command builder for this class should be automatically generated by the source generator.

Return Value

Boolean

[Missing <returns> documentation for "M:DotMake.CommandLine.CliBindingContext.IsCalled``1(System.CommandLine.ParseResult)"]

See Also