Commands - ids, _ids, _zshids

- Migrated handleIds, handleCompletionIds, handleZshCompletionIds
  to CmdIDs.
This commit is contained in:
Paul Beckingham 2011-05-28 15:40:18 -04:00
parent 56e4c8172b
commit 27d6e7cc81
9 changed files with 202 additions and 88 deletions

View file

@ -58,10 +58,8 @@ int handleDone (std::string&);
int handleModify (std::string&);
int handleProjects (std::string&);
int handleCompletionProjects (std::string&);
int handleCompletionIDs (std::string&);
int handleCompletionConfig (std::string&);
int handleQuery (std::string&);
int handleZshCompletionIDs (std::string&);
int handleConfig (std::string&);
int handleDelete (std::string&);
int handleStart (std::string&);
@ -71,7 +69,6 @@ int handleAnnotate (std::string&);
int handleDenotate (std::string&);
int handleDuplicate (std::string&);
int handleCount (std::string&);
int handleIds (std::string&);
void handleUndo ();
void handleMerge (std::string&);
void handlePush (std::string&);