Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli/rad: test json output
✗ CI failure WillForan committed 2 months ago
commit 6c8356650d20e1052d434d4e51b73993c83fbcce
parent 1182d3f54d6d6205394002f2f47e8d755a60c24b
1 failed (1 total) View logs
1 file changed +0 -12
modified crates/radicle-cli/src/commands/issue.rs
@@ -340,24 +340,12 @@ where
    });

    match output {
-
<<<<<<< HEAD
        OutputFormat::Table => {
            print_table(all);
        }
        OutputFormat::Json => {
            println!("{}", json::to_string_pretty(&all)?);
        }
-
=======
-
        Some(OutputFormat::Table) => {
-
            print_table(all);
-
        }
-
        Some(OutputFormat::Json) => {
-
            println!("{}", json::to_string_pretty(&all)?);
-
        }
-
        &None => {
-
            println!("Unknown ouptput format!");
-
        }
-
>>>>>>> cafb42e2 (merge: cli/rad issue ls --output json)
    }

    Ok(())