rust-tools.nvim icon indicating copy to clipboard operation
rust-tools.nvim copied to clipboard

MacOS/fish?: Trying to run tests with :RustRunnables errors saying "Too many arguments for cd"

Open Ciel-MC opened this issue 2 years ago • 3 comments

image

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.

Ciel-MC avatar Jan 20 '23 13:01 Ciel-MC

Yep looks like a fish issue, will look into it

simrat39 avatar Jan 25 '23 21:01 simrat39

PR here #335, idk how to modify the issue so that's that ig.

Ciel-MC avatar Feb 17 '23 12:02 Ciel-MC

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?

SiKreuz avatar Aug 04 '23 15:08 SiKreuz