diff --git a/src/cli.rs b/src/cli.rs index f9bceca..75d5400 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -50,7 +50,7 @@ pub enum Commands { /// Set or get crossfade #[command(visible_alias = "fade")] Crossfade { - #[arg(short, long, value_hint = ValueHint::Other)] + #[arg(value_hint = ValueHint::Other)] seconds: Option, }, ///Update still needs some work