From 28824a312764bdc83c6afaee232583e07a8101b1 Mon Sep 17 00:00:00 2001 From: Erik Kundt Date: Fri, 17 Oct 2025 08:20:30 +0200 Subject: [PATCH] cli/init: Fix argument value names --- crates/radicle-cli/src/commands/init/args.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/radicle-cli/src/commands/init/args.rs b/crates/radicle-cli/src/commands/init/args.rs index f1fb5f0d..07a5eaf7 100644 --- a/crates/radicle-cli/src/commands/init/args.rs +++ b/crates/radicle-cli/src/commands/init/args.rs @@ -16,13 +16,13 @@ pub struct Args { /// Directory to be initialized pub(super) path: Option, /// Name of the repository - #[arg(long, value_name = "STRING")] + #[arg(long)] pub(super) name: Option, /// Description of the repository - #[arg(long, value_name = "STRING")] + #[arg(long)] pub(super) description: Option, /// The default branch of the repository - #[arg(long = "default-branch", value_name = "STRING")] + #[arg(long = "default-branch")] pub(super) branch: Option, /// Repository follow scope #[arg(