X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/207764e0be91aeb9a6c52fa8639a822555f8759a..fea19c9e20ed07228420dae93399911a659e51b1:/client/src/cli.rs diff --git a/client/src/cli.rs b/client/src/cli.rs index 01910001..23d9e914 100644 --- a/client/src/cli.rs +++ b/client/src/cli.rs @@ -193,6 +193,9 @@ pub enum CliCommands { #[arg(short = 'r', long)] remove: bool, + + #[arg(long)] + story: bool, }, SendReceipt { recipient: String,