Commands - _tags

- Migrated handleCompletionTags to CmdTags.
This commit is contained in:
Paul Beckingham 2011-05-28 14:34:06 -04:00
parent b075f1252c
commit 330b148ca9
7 changed files with 64 additions and 47 deletions

View file

@ -284,7 +284,6 @@ int Context::dispatch (std::string &out)
else if (cmd.command == "count") { rc = handleCount (out); }
else if (cmd.command == "ids") { rc = handleIds (out); }
else if (cmd.command == "_projects") { rc = handleCompletionProjects (out); }
else if (cmd.command == "_tags") { rc = handleCompletionTags (out); }
else if (cmd.command == "_commands") { rc = handleCompletionCommands (out); }
else if (cmd.command == "_ids") { rc = handleCompletionIDs (out); }
else if (cmd.command == "_config") { rc = handleCompletionConfig (out); }