Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli/init: Fix argument value names
Erik Kundt committed 6 months ago
commit 28824a312764bdc83c6afaee232583e07a8101b1
parent 634866889f30736ef07839796ffd3482239121fb
1 file changed +3 -3
modified crates/radicle-cli/src/commands/init/args.rs
@@ -16,13 +16,13 @@ pub struct Args {
    /// Directory to be initialized
    pub(super) path: Option<PathBuf>,
    /// Name of the repository
-
    #[arg(long, value_name = "STRING")]
+
    #[arg(long)]
    pub(super) name: Option<ProjectName>,
    /// Description of the repository
-
    #[arg(long, value_name = "STRING")]
+
    #[arg(long)]
    pub(super) description: Option<String>,
    /// The default branch of the repository
-
    #[arg(long = "default-branch", value_name = "STRING")]
+
    #[arg(long = "default-branch")]
    pub(super) branch: Option<String>,
    /// Repository follow scope
    #[arg(