mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-26 02:24:21 +01:00
Add command line argument for JSON output in daemon
This commit is contained in:
@@ -899,6 +899,9 @@ public class Main {
|
||||
parserDaemon.addArgument("--ignore-attachments")
|
||||
.help("Don’t download attachments of received messages.")
|
||||
.action(Arguments.storeTrue());
|
||||
parserDaemon.addArgument("--json")
|
||||
.help("Output received messages in json format, one json object per line.")
|
||||
.action(Arguments.storeTrue());
|
||||
|
||||
try {
|
||||
Namespace ns = parser.parseArgs(args);
|
||||
|
||||
Reference in New Issue
Block a user