- public void handleCommand(final Namespace ns, final Manager m) throws CommandException {
- final boolean ignoreAttachments = ns.getBoolean("ignore-attachments");
+ public void handleCommand(
+ final Namespace ns, final Manager m, final OutputWriter outputWriter
+ ) throws CommandException {
+ final boolean ignoreAttachments = Boolean.TRUE.equals(ns.getBoolean("ignore-attachments"));