- @Override
- public int handleCommand(final Namespace ns, final Manager m) {
- // Setup the json object mapper
- ObjectMapper jsonProcessor = new ObjectMapper();
- jsonProcessor.disable(JsonGenerator.Feature.AUTO_CLOSE_TARGET);
-
- boolean inJson = ns.get("output") == OutputType.JSON || ns.getBoolean("json");