- 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

@ -251,7 +251,6 @@ int Context::dispatch (std::string &out)
if (cmd.command == "projects") { rc = handleProjects (out); }
else if (cmd.command == "colors") { rc = handleColor (out); }
else if (cmd.command == "config") { rc = handleConfig (out); }
else if (cmd.command == "show") { rc = handleShow (out); }
else if (cmd.command == "stats") { rc = handleReportStats (out); }
else if (cmd.command == "info") { rc = handleInfo (out); }
else if (cmd.command == "history.monthly") { rc = handleReportHistoryMonthly (out); }