Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: hide [no_]fetch fields
Fintan Halpenny committed 6 months ago
commit 78ab4624aede668f0ff0253235a5b761ab9337c1
parent 20b18c36ac3c01a7040d0c52df69cbc8a6240c89
1 file changed +2 -2
modified crates/radicle-cli/src/commands/seed/args.rs
@@ -28,11 +28,11 @@ pub struct Args {

    /// Fetch repository after updating seeding policy
    #[arg(long, overrides_with("no_fetch"), hide(true))]
-
    pub(super) fetch: bool,
+
    fetch: bool,

    /// No not fetch repository after updating seeding policy
    #[arg(long, overrides_with("fetch"))]
-
    pub(super) no_fetch: bool,
+
    no_fetch: bool,

    /// Fetch from the given node (may be specified multiple times)
    #[arg(long, value_name = "NID", action = clap::ArgAction::Append)]