Commands - diag

- Migrated diag.cpp to CmdDiagnostics.
This commit is contained in:
Paul Beckingham
2011-05-28 13:15:19 -04:00
parent 0ce198ab8c
commit ed97fcc108
9 changed files with 184 additions and 133 deletions

View File

@@ -158,7 +158,6 @@ void Cmd::load ()
commands.push_back ("colors");
commands.push_back ("config");
commands.push_back ("delete");
commands.push_back ("diagnostics");
commands.push_back ("done");
commands.push_back ("duplicate");
commands.push_back ("edit");
@@ -256,7 +255,6 @@ bool Cmd::isReadOnlyCommand ()
command == "ids" ||
command == "calendar" ||
command == "colors" ||
command == "diagnostics" ||
command == "config" ||
command == "help" ||
command == "projects" ||