Skip to content

Update external_completers.md - Fix fish quotes for ISS1881#1883

Merged
fdncred merged 1 commit into
nushell:mainfrom
Beinsezii:patch-2
Apr 19, 2025
Merged

Update external_completers.md - Fix fish quotes for ISS1881#1883
fdncred merged 1 commit into
nushell:mainfrom
Beinsezii:patch-2

Conversation

@Beinsezii
Copy link
Copy Markdown
Contributor

Invert fish quotes to prevent issues where the output is a single double quote, breaking the string substitution

#1881

the TL;DR above is that if you do something like cat <TAB> instead of cat scri<TAB> the string substitution would break from some funky nushell quoting issues.

cc @ysthakur

Invert fish quotes to prevent issues where the output is a single double quote, breaking the string substitution

nushell#1881
@Beinsezii
Copy link
Copy Markdown
Contributor Author

somehow amidst all the data processing and pipelining, simple string quotes are becoming the least intuitive thing to me in nushell lol.

@fdncred fdncred merged commit 6a606e7 into nushell:main Apr 19, 2025
2 checks passed
@fdncred
Copy link
Copy Markdown
Contributor

fdncred commented Apr 19, 2025

Thanks

@ysthakur
Copy link
Copy Markdown
Member

Thanks for the quick fix!

1 similar comment
@ysthakur
Copy link
Copy Markdown
Member

Thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants