GroupCommand( {Map<String, Command>? commands, this.defaultCommand, this.description}) { this.commands = commands ?? {}; }