rust-tools.nvim
rust-tools.nvim copied to clipboard
MacOS/fish?: Trying to run tests with :RustRunnables errors saying "Too many arguments for cd"
It could also be something to do with fish parsing commands differently from bash/zsh/sh, I'm not sure, but that's the issue.
Yep looks like a fish issue, will look into it
PR here #335, idk how to modify the issue so that's that ig.
I'm also on mac but using zsh. I get the same error independent of which runnable I'm using. It is always giving me this message:
zsh:cd:1: too many arguments
[Process exited 1]
@simrat39 Did you make any progress on this issue since January? Could it be a MacOS issue?