Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: remove op check for `--repo` in `rad inbox`
✗ CI failure RadsammyT committed 2 years ago
commit 26095957e0ab7ecb097777117ced124dd53452ec
parent c07522365a673a3a6b15fb2a356c0b23cc249ec2
1 failed (1 total) View logs
1 file changed +1 -1
modified radicle-cli/src/commands/inbox.rs
@@ -124,7 +124,7 @@ impl Args for Options {
                        }
                    }
                }
-
                Long("repo") if mode.is_none() && op.is_some() => {
+
                Long("repo") if mode.is_none() => {
                    let val = parser.value()?;
                    let repo = args::rid(&val)?;