CliBindingContext.NamerMap Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Map for looking up names by command builder instance, which are set by the source generator to be called from Bind<TDefinition>(ParseResult, bool) method.
public Dictionary<object, CliNamer> NamerMap { get; }