Potential improvements related to System.CommandLine
implementation
#4999
Labels
area: CLI
Related to dotnet new CLI (usually dotnet/TemplateEngine.CLI source code)
Priority:3
Work that is nice to have
triaged
The issue was evaluated by the triage team, placed on correct area, next action defined.
Milestone
After implementing
System.CommandLine
, the following low priority improvements were suggestedIConsole
instead ofReporter
- CLI wideTemplatePackageManager.GetTemplates
version which uses cache only for tab completion and helpHandleAmbiguousTemplateGroup
andHandleAmbiguousResult
methods. At the moment help delegate is not async, also not possible to use async methods in renderer. [system-command-line] error handling for ambiguous results on template instantiation #4227 (comment)null
in this case andTemplateCreator
should handle this case properly. However if default if option without value is not set for parameter, having no value for option should not be allowed.The text was updated successfully, but these errors were encountered: