X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/94d79692df24f69807bc77898292109b55ae1735..db42f61cbb763c6e20ab6dc2fd47ae412b6fe953:/client/src/cli.rs diff --git a/client/src/cli.rs b/client/src/cli.rs index 01910001..ca809290 100644 --- a/client/src/cli.rs +++ b/client/src/cli.rs @@ -162,6 +162,12 @@ pub enum CliCommands { #[arg(long)] sticker: Option, + + #[arg(long)] + story_timestamp: Option, + + #[arg(long)] + story_author: Option, }, SendContacts, SendPaymentNotification { @@ -193,6 +199,9 @@ pub enum CliCommands { #[arg(short = 'r', long)] remove: bool, + + #[arg(long)] + story: bool, }, SendReceipt { recipient: String,