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(