--help doesn't show aliases
Open
- Dominant language
- Rust
- Stars
- 175
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
- EdgeDB Version: 5.3+cc878d8
- EdgeDB CLI Version: EdgeDB CLI 5.1.0+7c5764f
- OS Version: Kubuntu 22.04
Steps to Reproduce:
1. run `edgedb branch create --help`
There is an alias `--cp` defined for `--copy-data` but the only way to know is by looking at https://github.com/edgedb/edgedb-cli/blob/19c2cf33ff915cac2729139d66ba622e33124540/src/branch/option.rs#L53-L55
[visible_alias](https://docs.rs/clap/latest/clap/struct.Arg.html#method.visible_alias) might be better here.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.