mirror of
https://e.coding.net/circlecloud/Yum.git
synced 2024-11-22 22:38:46 +00:00
add miss cmd register...
This commit is contained in:
parent
7ea5c5e71a
commit
8f0ce09497
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user