X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/5a63b5419fc109c8eede318dba096571161165a4..cf07512d2403cd428959f96840ee923a606d78d9:/client/src/cli.rs diff --git a/client/src/cli.rs b/client/src/cli.rs index 01b59fed..a98b16d3 100644 --- a/client/src/cli.rs +++ b/client/src/cli.rs @@ -164,6 +164,15 @@ pub enum CliCommands { sticker: Option, }, SendContacts, + SendPaymentNotification { + recipient: String, + + #[clap(long)] + receipt: String, + + #[clap(long)] + note: String, + }, SendReaction { recipient: Vec, @@ -319,6 +328,9 @@ pub enum CliCommands { #[clap(long = "about-emoji")] about_emoji: Option, + #[clap(long = "mobile-coin-address")] + mobile_coin_address: Option, + #[clap(long)] avatar: Option,