Fish autocomplete stopped working in 8.1.4. By using git bisect I was able to identify fist commit that caused the issue - bcd3faa
I believe the issue was caused by removing line endings with ';'. Adding them back resolves issue for me.
When executing the eval (env _FOO_BAR_COMPLETE=fish_source foo-bar) I get fish: Expected end of the statement, but found end of the input
Environment:
- Python version: 3.11.4
- Click version: 8.1.4, 8.1.5
- Fish version: 3.6.1
Fish autocomplete stopped working in 8.1.4. By using git bisect I was able to identify fist commit that caused the issue - bcd3faa
I believe the issue was caused by removing line endings with ';'. Adding them back resolves issue for me.
When executing the
eval (env _FOO_BAR_COMPLETE=fish_source foo-bar)I getfish: Expected end of the statement, but found end of the inputEnvironment: