Dieser Commit ist enthalten in:
Ursprung
6113f0146d
Commit
0f636e5890
@ -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;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren