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
If I remove the quotes around "env info", then the tab completion starts working for poetry env info --e.
However, that causes poetry env use --eTAB to also autocomplete to --executable which is wrong.
I was able to get completions typing poerty 'env info' --eTAB - but it is just a workaround, to show what it is currently looking for.
After some digging, it seems to me that the fish-shell/fish-shell#7107 issue is tackling a similar problem (nested subcommand and option parsing), might be worth looking into once it's resolved.
The text was updated successfully, but these errors were encountered:
I have the same problem and it's very annoying. Can this issue be resolved by downgrading fish? Please let me know if there is a recommended version of fish.
1.5.1
3.11.4
macOS 13.4.1
N/A
-vvv
option) and have included the output below.Issue
The fish completions do not work for subcommand specific options.
For example - as stated in #437:
poetry env info
can be followed by the--executable
option.poetry env info --e
TAB does not complete to--executable
The following line is responsible for defining the completion:
If I remove the quotes around
"env info"
, then the tab completion starts working forpoetry env info --e
.However, that causes
poetry env use --e
TAB to also autocomplete to--executable
which is wrong.I was able to get completions typing
poerty 'env info' --e
TAB - but it is just a workaround, to show what it is currently looking for.After some digging, it seems to me that the fish-shell/fish-shell#7107 issue is tackling a similar problem (nested subcommand and option parsing), might be worth looking into once it's resolved.
The text was updated successfully, but these errors were encountered: