dotnet / dotnet/command-line-api
Command with a default option alias (not value)
Open
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
Given a command with one option, is there a way to not need to specify that option alias?
From ```app.exe subcommand -a 123``` to ```app.exe subcommand 123``` omitting the ```-a```
Contributor guide
Assessment
This issue has not been assessed yet.