X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/dbdff831323a3242527eb4e3e4a823322e1c9262..3d4070a13907152b312c863a2ea885ac57935365:/client/src/cli.rs diff --git a/client/src/cli.rs b/client/src/cli.rs index e0abb717..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>,