From cbcb8fef3383b43dff409f1a24d1e767ced86039 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Wed, 2 Jul 2025 23:32:51 +0200 Subject: [PATCH] Ergonomics --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index f298bf9..f9bceca 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -44,7 +44,7 @@ pub enum Commands { /// Play queueueu #[command(visible_alias = "start")] Play { - #[arg(short, long, value_hint = ValueHint::Other)] + #[arg(value_hint = ValueHint::Other)] track: Option, }, /// Set or get crossfade