Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Add TODO for removal of `no_confirm`
✗ CI failure Erik Kundt committed 6 months ago
commit 5923a43d956270c063b758efdf4d674059e2702b
parent d196f720eb37ab70c67016379a46c675e711e5f7
2 failed (2 total) View logs
1 file changed +1 -0
modified crates/radicle-cli/src/commands/checkout/args.rs
@@ -18,6 +18,7 @@ pub struct Args {
    pub(super) remote: Option<Did>,

    /// Don't ask for confirmation during checkout
+
    // TODO(erikli): This is obsolete and should be removed
    #[arg(long)]
    no_confirm: bool,
}