public void RunCommand(string cmd, bool addToHistory = false) { Shell.ExecuteLine(cmd, addToHistory); }