-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add subcommands alias #11
Comments
Nice, think even without
|
There is a bug at picocli library when generating the autocompletion scripts for the subcommands aliases: This will be implemented when this bug is fixed. |
picocli 4.6.2, fixing the issue with subcommand aliases, has been released. |
The only difficulty of this issue is to decide which is the best alias. Let me do a proposal and if we agree on it we can add this to 0.5 release. Main commands:
Subcommands:
|
Think in the shortcut the
|
New picocli released: https://github.com/remkop/picocli/releases/tag/v4.6.3 Some improvements on alias autocompletion. We can give it a try again. |
Ex:
compute-env
->ce
credentials
->creds
pipelines
->pipes
The text was updated successfully, but these errors were encountered: