Replies: 1 comment 1 reply
-
|
This sounds like shell specific logic (naming the involved shell and giving reproduction steps would be ideal). I am guessing there isn't anything we can do about it. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
If I have a CLI named
my_appwith both a-hand-dflag and I typemy_app -h<tab>I getmy_app -hdwhich is somewhat surprising. I would prefer it to list my options first.It could also expand
-hinto--helpsince it has a long option (in my case).EDIT: This behavior is noticed in both
zshandfish, but notbashsince bash completion adds a space after completing.Beta Was this translation helpful? Give feedback.
All reactions