Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: We use argument groups in various commands
Lorenz Leutgeb committed 6 months ago
commit 99b1663ab402691d98c0d2a50ae0ff22be1d638e
parent 4b3d936f94b1dd6f33aab5e143921e966608f44e
1 file changed +0 -2
modified crates/radicle-cli/src/commands/inspect/args.rs
@@ -5,8 +5,6 @@ const LONG_ABOUT: &str = r#"Inspects the given path or RID. If neither is specif
the current repository is inspected.
"#;

-
// Idea stolen from https://stackoverflow.com/a/76315811/6108256 - /RL
-

#[derive(Debug, clap::Args)]
#[group(multiple = false)]
pub(crate) struct Target {