X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/4ce194afe28e8918d066b267dec8ea9cf6b4b2a0..7c7fc76a649678e9f77f1fcaeaaf4efdf9cc3cd9:/client/src/cli.rs diff --git a/client/src/cli.rs b/client/src/cli.rs index e0abb717..7fa5d1c5 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>, @@ -178,6 +179,9 @@ pub enum CliCommands { #[arg(short = 'a', long)] attachment: Vec, + #[arg(long)] + view_once: bool, + #[arg(long)] mention: Vec,