Closed herrbischoff closed 6 years ago
It appears to be a fish issue (https://github.com/fish-shell/fish-shell/issues/3708), which is worked around by adding (string escape -- $argv) instead of $argv.
(string escape -- $argv)
$argv
Fixes #170, moved to correct branch from #171.
Merging. I wrote the regression tests myself, so no need to worry about it :-)
Thank you @herrbischoff
It appears to be a fish issue (https://github.com/fish-shell/fish-shell/issues/3708), which is worked around by adding
(string escape -- $argv)
instead of$argv
.Fixes #170, moved to correct branch from #171.