Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: match on `only: None`
✗ CI failure Fintan Halpenny committed 6 months ago
commit 64215ef1b203c4efc18779ee855f0e3c60983442
parent 81705eb65a987840af34e9351a9d2e00da46766b
2 failed 1 pending (3 total) View logs
1 file changed +1 -1
modified crates/radicle-cli/src/commands/node.rs
@@ -105,7 +105,7 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
                process::exit(2);
            }
        }
-
        Command::Status { .. } => {
+
        Command::Status { only: None } => {
            control::status(&node, &profile)?;
        }
        Command::Stop => {