Print current option help #722
Unanswered
tobiasBora
asked this question in
Q&A
Replies: 1 comment
-
First off, this is not handled by Autocomplete. It's done by Zsh itself. Second, I tried a couple of things, but I could not get it to work the way you want it. Please ask for more help on the official Zsh users mailing list. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
What do you want?
Sometimes, I'm not sure whether I'm typing the good option, say that I don't remember what
ls -X
does exactly. I would like to read the doc in the first entry of the help menu… unfortunately the typed option does not appear at all in the help menu:Similarly, I'm not sure to understand why, but the list of options that is printed if I just type
-
is much smaller than the list of options that I can get if I type first a dummy entry like-A
:Why do you want this?
Poor memory?
Who else would benefit from this?
I guess many people.
How should it work?
When I type
-
, it should print all available options (like what happens with the MORE thing when I typed a character), and if I type-X
or--someoptions
, the option I just typed should appear first in theoption
list so that I can read its documentation.Beta Was this translation helpful? Give feedback.
All reactions