Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: require the `--object` option
Fintan Halpenny committed 6 months ago
commit e084add64a182feb5ae0ac24f19b75cbc2093cc1
parent 00182d2b01a046503dcb43ae1952bf63e1cffde0
1 file changed +1 -1
modified crates/radicle-cli/src/commands/cob/args.rs
@@ -102,7 +102,7 @@ pub(super) enum Command {
        type_name: cob::TypeName,

        /// Object ID(s) of the objects to show
-
        #[arg(long = "object", short, value_name = "OID", action = clap::ArgAction::Append)]
+
        #[arg(long = "object", short, value_name = "OID", action = clap::ArgAction::Append, required = true)]
        objects: Vec<Rev>,

        /// Desired output format