You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @zpater345, thank you for raising this!
Picocli 4.6.2 has just been released, can I ask you to check if the problem still exists in the latest version?
I am currently experiencing an issue with tab completion on an installed application running PicoCLI 4.6.1 and java 11 on Fedora 34.
Here is a snippet of the command line class for this project:
I am currently generating the AutoComplete using Maven and picocli.AutoComplete to generate a bcc11_completion script.
With the generated completion script in
/etc/bash_completions.d/
I can do the following:and get
as expected
However when I try to add the file path and use tab completion to fill in the file path like this:
I get the following output:
but I would expect something similar to this:
If I tab complete on a combination that doesn't find a file with a space in it, I get the expected result:
There seems to be an issue with the completion script I generated and spaces. Is there anything I can do to resolve this issue?
The text was updated successfully, but these errors were encountered: