rust-shell-script
rust-shell-script
`$input` will always be treated as one single argument, you need to use vector `$[input]` if you want to have a list of arguments. See readme and related bug #42.
I don't have windows dev machine, but I guess to fix it you can just pass extra flags when calling ` Command::new` in process.rs. Patch is also welcome.
You should define your own error message, and the above proposal will not work if arguments contain spaces.
fixed after commit 739946ec1673eef1d73b59db74e1828be87e2c2e