mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-06 14:10:37 +00:00
Merge branch 'master' into dbus
This commit is contained in:
commit
29aea22ff1
50 changed files with 1123 additions and 245 deletions
|
@ -92,7 +92,7 @@ public class App {
|
|||
public void init() throws CommandException {
|
||||
var outputType = ns.<OutputType>get("output");
|
||||
var outputWriter = outputType == OutputType.JSON
|
||||
? new JsonWriter(System.out)
|
||||
? new JsonWriterImpl(System.out)
|
||||
: new PlainTextWriterImpl(System.out);
|
||||
|
||||
var commandKey = ns.getString("command");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue