Enhancement

- Added new _ids command to support tab completion scripts.
This commit is contained in:
Paul Beckingham
2009-07-04 10:28:55 -04:00
parent 02c7d7607c
commit ca4bae558d
4 changed files with 30 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ std::string handleCompletionProjects ();
std::string handleTags ();
std::string handleCompletionTags ();
std::string handleCompletionCommands ();
std::string handleCompletionIDs ();
std::string handleVersion ();
std::string handleDelete ();
std::string handleStart ();