Fix CLI argument conflict: Change socket option from -s to -S

main
John Kenyon 2025-04-07 04:28:19 +00:00
parent cc76c5b5bd
commit e3fce1c0c7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ mod display;
#[clap(version, about, long_about = None)]
struct Args {
/// Path to the Unix domain socket
#[clap(short, long)]
#[clap(short = 'S', long)]
socket: Option<String>,
/// Session to connect to