Replies: 3 comments 2 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] |
Beta Was this translation helpful? Give feedback.
-
|
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) |
Beta Was this translation helpful? Give feedback.
-
|
Added in #717. Are you able to test from source, or do you require a pre-release gem? |
Beta Was this translation helpful? Give feedback.
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 ?
Beta Was this translation helpful? Give feedback.
All reactions