CliBindingContext.CommandMap Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Map for looking up definition classes by commands, which are set by the source generator to be called from IsCalled<TDefinition>(ParseResult) or Contains<TDefinition>(ParseResult) methods.
public Dictionary<Command, Type> CommandMap { get; }