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`
RadsammyT committed 2 years ago
commit d5045417d6abdb8fa96509be53c7310d7fbb5d17
parent 0d00528d48838067d77309a3237cb559ffebb253
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)?;