nvim-test icon indicating copy to clipboard operation
nvim-test copied to clipboard

Rust: cannot use `package: true` and `-- --nocapture` like params

Open gbataille opened this issue 3 years ago • 0 comments

If I'm not mistaken, it's impossible to have both the package: true option and use an args list that contains --

I think this is because the package args are injected after the args

image

I'm willing to do a proposed implementation as part of https://github.com/klen/nvim-test/pull/23 if you want

gbataille avatar Dec 11 '22 07:12 gbataille