fix clap args
This commit is contained in:
parent
13fecd73e8
commit
8b7013709d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ pub struct CliArgs {
|
||||||
pub redis_consumer_name: String,
|
pub redis_consumer_name: String,
|
||||||
|
|
||||||
/// The bluesky bot user's handle.
|
/// The bluesky bot user's handle.
|
||||||
#[arg(short = 'h', long)]
|
#[arg(short = 'u', long)]
|
||||||
pub bluesky_handle: String,
|
pub bluesky_handle: String,
|
||||||
|
|
||||||
/// The bluesky bot user's password.
|
/// The bluesky bot user's password.
|
||||||
|
|
Loading…
Reference in a new issue