FilePath completion not working with CompleteEnv #6176
Unanswered
windsource
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
#5587 is our issue for handling o spaces. Whats interesting is that I don't think I'm seeing this specific problem in bash. |
Beta Was this translation helpful? Give feedback.
3 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.
-
When using clap_complete with
CompleteEnvtheValueHint::FilePathcompletion always produces a space after the path. This does not happen with the official example using the generator.To reproduce:
Then
source <(COMPLETE=zsh mycomp)and then use the completion with:There is always a space after the first folder pressing TAB again to jump into the second level folder does not work.
Is there a general issue or I am using something wrong here?
Beta Was this translation helpful? Give feedback.
All reactions