dotnet / dotnet/command-line-api
Allow an option to not add an alias every time a RootCommand receives --name as a parameter so that it is possible to have name with spaces
Open
Area-NamingConventionBinder
Area-Parser and Binder
bug
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
When a RootCommand receives --name as an argument, an alias is added. However, it is not possible to have an alias with spaces. So, it would be interesting to allow having --name as an argument without adding an alias.
Contributor guide
Assessment
This issue has not been assessed yet.