- Migrated handleShow to CmdShow.
This commit is contained in:
Paul Beckingham
2011-05-25 00:38:21 -04:00
parent 54d98a6b2d
commit 62203a45f8
9 changed files with 362 additions and 277 deletions

View File

@@ -157,7 +157,6 @@ void Cmd::load ()
commands.push_back ("calendar");
commands.push_back ("colors");
commands.push_back ("config");
commands.push_back ("show");
commands.push_back ("delete");
commands.push_back ("diagnostics");
commands.push_back ("done");
@@ -260,7 +259,6 @@ bool Cmd::isReadOnlyCommand ()
command == "colors" ||
command == "diagnostics" ||
command == "config" ||
command == "show" ||
command == "help" ||
command == "info" ||
command == "projects" ||