diff --git a/src/commands/environments.rs b/src/commands/environments.rs index d0ca2eb..f1dea8c 100644 --- a/src/commands/environments.rs +++ b/src/commands/environments.rs @@ -47,7 +47,7 @@ pub struct Create { #[arg(help = "Name of the environment to create")] name: String, - #[clap(long, help = "Copy from an existing environment", num_args(0..=1), require_equals(true), value_name = "ENV_NAME",)] + #[arg(long, help = "Copy from an existing environment", num_args(0..=1), require_equals(true), value_name = "ENV_NAME",)] copy_from: Option, }