Command - count

- Migrated handleCount to CmdCount.
This commit is contained in:
Paul Beckingham 2011-05-28 16:05:07 -04:00
parent 27d6e7cc81
commit a7bc09d487
9 changed files with 114 additions and 35 deletions

View file

@ -280,7 +280,6 @@ int Context::dispatch (std::string &out)
handleMerge (out); }
else if (cmd.command == "push") { handlePush (out); }
else if (cmd.command == "pull") { handlePull (out); }
else if (cmd.command == "count") { rc = handleCount (out); }
else if (cmd.command == "_projects") { rc = handleCompletionProjects (out); }
else if (cmd.command == "_config") { rc = handleCompletionConfig (out); }
else if (cmd.command == "_query") { rc = handleQuery (out); }