Radish alpha
r
Radicle Job Collaborative Object
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat: add --version flag
✗ CI failure Defelo committed 8 months ago
commit 9bef19476b06a5add53f6a75c21d3218699170ac
parent 6a23756c2ea6b1d6e23f0778ec81851db6e7df54
1 failed (1 total) View logs
1 file changed +1 -0
modified src/bin/rad-job.rs
@@ -53,6 +53,7 @@ fn fallible_main() -> Result<(), RadJobError> {
/// jobs and runs have been recorded. Output is JSON, for developer
/// convenience.
#[derive(Parser)]
+
#[clap(version)]
struct Args {
    /// Use this repository. Default is the current working directory.
    #[clap(short, long)]