Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
`runcmd` should take a non-empty vector of `&OsStr`, instead of string slices
liw opened 11 months ago

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

liw commented 10 months ago

Possibly AsRef<OsStr>

liw added refactor 9 months ago
liw added breaking-change 9 months ago
liw commented 9 months ago

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