More tests
Einige Prüfungen sind fehlgeschlagen
SteamWarCI Build failed

Dieser Commit ist enthalten in:
yoyosource 2022-05-10 09:14:09 +02:00
Ursprung 6113f0146d
Commit 0f636e5890

Datei anzeigen

@ -43,6 +43,7 @@ public class SubCommand<T> {
private CommandPart<T> commandPart;
SubCommand(AbstractSWCommand<T> abstractSWCommand, Method method, String[] subCommand, Map<String, AbstractTypeMapper<T, ?>> localTypeMapper, Map<String, AbstractGuardChecker<T>> localGuardChecker, boolean help, String[] description, boolean noTabComplete) {
System.out.println(method);
this.abstractSWCommand = abstractSWCommand;
this.method = method;
this.subCommand = subCommand;