Expand description
Run the given command, ensuring it succeeds
§when I run {argv0}{args:text}
This will run the given command, with the given arguments, in the “current” directory (from where the tests were invoked) Once the command completes, this will check that it exited with a zero code (success).