-public interface MultiLocalCommand extends LocalCommand {
-
- void handleCommand(
- Namespace ns, List<Manager> m, SignalCreator c, OutputWriter outputWriter
- ) throws CommandException;
-
- @Override
- default void handleCommand(
- final Namespace ns, final Manager m, final OutputWriter outputWriter
- ) throws CommandException {
- handleCommand(ns, List.of(m), null, outputWriter);
- }
+ void handleCommand(Namespace ns, MultiAccountManager c, OutputWriter outputWriter) throws CommandException;