From ab77d39ee04c90cf8347a36f4f69ceea1b5366cd Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Wed, 2 Jul 2025 23:34:24 +0200 Subject: [PATCH] Ergonomics pt2 --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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