Create Command instances using the command! macro.
Command
command!
Also see execute.
execute
```rust
let command = command!("program arg1 arg2 'arg 3' -opt1 -opt2"); ```
https://crates.io/crates/execute
https://docs.rs/execute
MIT