Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
`runcmd` should take a non-empty vector of `&OsStr`, instead of string slices
Open liw opened 10 months ago breaking-change refactor

The actual data type for an argv array is &OsStr, not &str.

liw commented 9 months ago

Possibly AsRef<OsStr>

liw commented 8 months ago

Should radicle_ci_broker::msg::helper::runcmd be replaced with clingwrap::runner ?