add miss cmd register...

dev
502647092 2015-09-01 08:15:46 +08:00
parent 7ea5c5e71a
commit 8f0ce09497
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ public class CommandHandler implements CommandExecutor, TabCompleter {
registerCommand(new CommandUpdate(yum));
registerCommand(new CommandDelete(yum));
registerCommand(new CommandInfo(yum));
registerCommand(new CommandRepo(yum));
RegisterCommandList = getRegisterCommands();
}