Functionsยง
- Create a new custom
Command
. This should be preferred to creatingstd::process::Command
directly. - Run a built binary and make sure it succeeds.
- run_
common ๐ - Run a built binary and make sure it fails.
- Run a built binary with one or more argument(s) and make sure it succeeds.