Radish alpha
r
Radicle Job Collaborative Object
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat: add --version flag
✓ CI success Defelo committed 7 months ago
commit 1ac2251ac8b08dcbd23e3d72fde03e0485d93352
parent 8935de56d3bd09c8f512472eb811326615c53728
2 passed (2 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)]