Commands({Map<String, Command>? commands, this.defaultCommand}) { if (commands != null) { this.commands.addAll(commands); } }