1 2 3 4 5
#[test] fn _0001() { cli_assert::command!().arg("run").failure().code(1).stdout("").stderr("").execute(); }