`runcmd` should take a non-empty vector of `&OsStr`, instead of string slices
The actual data type for an argv array is &OsStr, not &str.
Possibly AsRef<OsStr>
Should radicle_ci_broker::msg::helper::runcmd be replaced with clingwrap::runner ?