It should be an error to have multiple options/switches with same short name
Open
bug
good first issue
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
It should be an error to have multiple options/switches with same short name.
Currently it compiles without even a warning! E.g. if you have two options using the same short letter, or an option and a switch etc.
Contributor guide
Assessment
This issue has not been assessed yet.