X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/a6ec71dc315e5b259a7bfe70cad46b7780b73fa9..3d4070a13907152b312c863a2ea885ac57935365:/client/src/cli.rs diff --git a/client/src/cli.rs b/client/src/cli.rs index 4ff9d458..90809e1b 100644 --- a/client/src/cli.rs +++ b/client/src/cli.rs @@ -15,6 +15,7 @@ pub struct Cli { pub json_rpc_tcp: Option>, /// UNIX socket address and port of signal-cli daemon + #[cfg(unix)] #[arg(long, conflicts_with = "json_rpc_tcp")] pub json_rpc_socket: Option>, @@ -84,6 +85,8 @@ pub enum CliCommands { }, GetUserStatus { recipient: Vec, + #[arg(long)] + username: Vec, }, JoinGroup { #[arg(long)]