Closed willi-kappler closed 5 years ago
In the first example:
run_cmd!("hello, {}", name);
Shouldn't that be:
run_cmd!("echo hello, {}", name);
Thanks for reporting this. I also made some changes to parse arguments correctly, if we want to echo something with spaces.
In the first example:
run_cmd!("hello, {}", name);
Shouldn't that be:
run_cmd!("echo hello, {}", name);