mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - completion
- Implemented _projects and _tags reports to assist with tab completion scripts.
This commit is contained in:
parent
8145b7b28e
commit
73378dd67e
4 changed files with 90 additions and 27 deletions
|
@ -60,7 +60,9 @@ std::string handleExport ();
|
|||
std::string handleDone ();
|
||||
std::string handleModify ();
|
||||
std::string handleProjects ();
|
||||
std::string handleCompletionProjects ();
|
||||
std::string handleTags ();
|
||||
std::string handleCompletionTags ();
|
||||
std::string handleVersion ();
|
||||
std::string handleDelete ();
|
||||
std::string handleStart ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue