Replies: 1 comment
-
|
Thanks for reporting this! I noticed this too, and it's very annoying. It seems to only be a problem with zsh, and since other shells work, it's likely an underlying issue with clap's unstable-dynamic completion engine. I commented here clap-rs/clap#3916 (comment) so that clap is aware. |
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.
-
just auto completion engine doesn't expand '~' which breaks auto completion.
tab completion fails i.e. no completion with
just -f ~/justfilebut works with
just -f $HOME/justfileis this expected behaviour?
I have an alias with full path in my zshrc.d so it's not problem that needs fixing
although might be worth documenting? also the docs re zsh completions for zsh might be worth updating with a bit more info. This is working for me
Beta Was this translation helpful? Give feedback.
All reactions