From 8b7013709dfff81497aaeadbff0c8a4c87c80038 Mon Sep 17 00:00:00 2001 From: Denis-Cosmin NUTIU Date: Mon, 30 Dec 2024 17:59:20 +0200 Subject: [PATCH] fix clap args --- bot/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/src/cli.rs b/bot/src/cli.rs index 6df8096..6ca2625 100644 --- a/bot/src/cli.rs +++ b/bot/src/cli.rs @@ -20,7 +20,7 @@ pub struct CliArgs { pub redis_consumer_name: String, /// The bluesky bot user's handle. - #[arg(short = 'h', long)] + #[arg(short = 'u', long)] pub bluesky_handle: String, /// The bluesky bot user's password.