@Override
 public String showHistory() {
   return commandHistory == null ? "history disabled" : commandHistory.showHistory();
 }