After entering rage -i ./ and pressing <TAB> I expect the zsh completions to show me files in ./
What happened
No files shown as completion candidates.
How to fix
This should be really easy to fix as you are already using clap_complete. It just needs the context of when to expect a file and then the correct completions will get created.
What were you trying to do
After entering
rage -i ./
and pressing<TAB>
I expect the zsh completions to show me files in./
What happened
No files shown as completion candidates.
How to fix
This should be really easy to fix as you are already using clap_complete. It just needs the context of when to expect a file and then the correct completions will get created.