Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--help doesn't show aliases #1329

Open
KaelWD opened this issue May 22, 2024 · 1 comment
Open

--help doesn't show aliases #1329

KaelWD opened this issue May 22, 2024 · 1 comment

Comments

@KaelWD
Copy link
Contributor

KaelWD commented May 22, 2024

  • 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

/// Copy data from the 'base' branch.
#[arg(alias = "cp", long)]
pub copy_data: bool,

visible_alias might be better here.

@KaelWD
Copy link
Contributor Author

KaelWD commented May 22, 2024

A short command for switch+copy would be nice too, maybe -C for -c --cp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant