-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto completion was broken in 1.15.0 #1703
Comments
Ahh, that sucks. I don't really know anything about fish, and the completion scripts are auto-generated by clap, so someone else will have to take the lead in debugging this. |
Hi, I have the same issue, but it's not really because of fish, but because of the just --list 2> /dev/null | sed -e '1d; s/^\s*\([^[:space:]]*\)[^#]*$/\1/' -e 's/^\s*\([^[:space:]]*\)[^#]*# \(.*\)$/\1\t\2/' The second sed arg isn't working properly with the native # Commands list
help:
@just --list The previous command will output this:
You can see that the recipe is missing. But now the same command with
|
@azone can you try this PR? 😺 |
@l4zygreed Thanks a lot, but it seems still not working for me... |
@l4zygreed it works for me 🤷 (currently tested on macOS 14.1 and fish 3.6.1) |
@azone have you replaced autocompletion file with new one? 🤔 |
Fixed by @l4zygreed in #1710. Thank you for the PR! |
Oh sorry~, I forgot to switch the branch. It works now! |
Please see the video below:
macOS version: Sonoma 14.0
Shell: fish 3.6.1
Oct-17-2023.16-10-19.mp4
The text was updated successfully, but these errors were encountered: