fix clap args

This commit is contained in:
Denis-Cosmin NUTIU 2024-12-30 17:59:20 +02:00
parent 13fecd73e8
commit 8b7013709d

View file

@ -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.