We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cb829 commit 840c3c9Copy full SHA for 840c3c9
cookbook/external_completers.md
@@ -20,7 +20,7 @@ This completer will use [the fish shell](https://fishshell.com/) to handle compl
20
21
```nu
22
let fish_completer = {|spans|
23
- fish --command $"complete '--do-complete=($spans | str replace "'" "\\'" | str join ' ')'"
+ fish --command $"complete '--do-complete=($spans | str replace --all "'" "\\'" | str join ' ')'"
24
| from tsv --flexible --noheaders --no-infer
25
| rename value description
26
| update value {
0 commit comments