Merge branch 'master' into dbus

This commit is contained in:
John Freed 2021-08-11 07:31:31 +02:00
commit 29aea22ff1
50 changed files with 1123 additions and 245 deletions

View file

@ -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");