]> nmode's Git Repositories - signal-cli/blobdiff - client/src/cli.rs
Implement reacting to stories
[signal-cli] / client / src / cli.rs
index 0191000113066c6b95347d9d99144bc680d4f9f1..23d9e9142611f2f61c0a588e9b26a6cf472868c4 100644 (file)
@@ -193,6 +193,9 @@ pub enum CliCommands {
 
         #[arg(short = 'r', long)]
         remove: bool,
+
+        #[arg(long)]
+        story: bool,
     },
     SendReceipt {
         recipient: String,