mirror of
https://e.coding.net/circlecloud/Yum.git
synced 2025-11-04 21:26:05 +00:00
add miss cmd register...
This commit is contained in:
@@ -65,6 +65,7 @@ public class CommandHandler implements CommandExecutor, TabCompleter {
|
|||||||
registerCommand(new CommandUpdate(yum));
|
registerCommand(new CommandUpdate(yum));
|
||||||
registerCommand(new CommandDelete(yum));
|
registerCommand(new CommandDelete(yum));
|
||||||
registerCommand(new CommandInfo(yum));
|
registerCommand(new CommandInfo(yum));
|
||||||
|
registerCommand(new CommandRepo(yum));
|
||||||
|
|
||||||
RegisterCommandList = getRegisterCommands();
|
RegisterCommandList = getRegisterCommands();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user