Fix CLI argument conflict: Change socket option from -s to -S
parent
cc76c5b5bd
commit
e3fce1c0c7
|
|
@ -22,7 +22,7 @@ mod display;
|
||||||
#[clap(version, about, long_about = None)]
|
#[clap(version, about, long_about = None)]
|
||||||
struct Args {
|
struct Args {
|
||||||
/// Path to the Unix domain socket
|
/// Path to the Unix domain socket
|
||||||
#[clap(short, long)]
|
#[clap(short = 'S', long)]
|
||||||
socket: Option<String>,
|
socket: Option<String>,
|
||||||
|
|
||||||
/// Session to connect to
|
/// Session to connect to
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue