Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Don't spell out default `value_name`
Lorenz Leutgeb committed 6 months ago
commit bcd23d68ba9d44f4d9e67d33a2bf02e4c47245dd
parent 6226ecd1440f59f74eceba46d2f92d78a81cf1a8
1 file changed +1 -1
modified crates/radicle-cli/src/commands/id/args.rs
@@ -181,7 +181,7 @@ pub(super) enum Command {

        /// Update the identity by setting the repository's visibility to private or public
        #[arg(long)]
-
        #[arg(value_name = "VISIBILITY", value_parser = EditVisibilityParser)]
+
        #[arg(value_parser = EditVisibilityParser)]
        visibility: Option<EditVisibility>,

        /// Update the identity by giving a specific DID access to a private repository