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
Unexpected end of string, quotes are not balanced
~/.config/fish/completions/rustup.fish (line 188): complete -c rustup -n '__fish_using_command rustup help' -s V -l version -d 'Prints version information'
^
from sourcing file ~/.config/fish/completions/rustup.fish
called on standard input
in command substitution
called on standard input
source: Error while reading file “/home/till/.config/fish/completions/rustup.fish”
The completions don't escape the help items, leading to the ' in "Don't" ending the help string, breaking the rest of the file.
rustup just exposed completion generation, but fish complains about the generated completions
The completions don't escape the help items, leading to the ' in "Don't" ending the help string, breaking the rest of the file.
ping @brson
The text was updated successfully, but these errors were encountered: