Commands - _commands, _zshcommands

- Migrated handleCompletionCommand and handleZshCompletionCommands
  to CmdCommands.
This commit is contained in:
Paul Beckingham 2011-05-28 14:57:48 -04:00
parent 330b148ca9
commit 33d13ddb1d
9 changed files with 177 additions and 217 deletions

View file

@ -58,11 +58,9 @@ int handleDone (std::string&);
int handleModify (std::string&);
int handleProjects (std::string&);
int handleCompletionProjects (std::string&);
int handleCompletionCommands (std::string&);
int handleCompletionIDs (std::string&);
int handleCompletionConfig (std::string&);
int handleQuery (std::string&);
int handleZshCompletionCommands (std::string&);
int handleZshCompletionIDs (std::string&);
int handleConfig (std::string&);
int handleDelete (std::string&);