X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/94d79692df24f69807bc77898292109b55ae1735..5ed9db4f08e52ed0c42cb42740f85d2ad346e13c:/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,