Replies: 3 comments 4 replies
|
My first reaction is that it does make sense, but it might not be as easy or straight forward. long: --container
short: -c
alias: [--pod, -p] |
1 reply
|
I think it can be added easily. I have started a codex session, I hope I can get it into a 1.4.0.rc3 version today or tomorrow. For the help string, I am thinking of simply showing all the options: instead of If you have any strong opinion one way or the other, let me know - I am open to both options, but the first is slightly easier (no custom strings involvement, easier for usage texts on error etc) |
1 reply
|
Added in #717. Are you able to test from source, or do you require a pre-release gem? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm using --alias for commands, and i think it would be useful to be able to do the same for flags, as I understand it is not possible right now.
Example:
My CLI supports a command with
containerand has alias forpod. I have a flag--containerfor which I would like to set an alias to--podWould that make sense ?
All reactions