mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Integration - "tags" report
- The "tags" report is now working under 1.8.0.
This commit is contained in:
parent
fb5fe5f5b4
commit
aff828c51b
4 changed files with 15 additions and 14 deletions
|
@ -69,7 +69,7 @@ std::string handleExport (TDB&, T&);
|
|||
std::string handleDone (TDB&, T&);
|
||||
std::string handleModify (TDB&, T&);
|
||||
std::string handleProjects ();
|
||||
std::string handleTags (TDB&, T&);
|
||||
std::string handleTags ();
|
||||
std::string handleUndelete (TDB&, T&);
|
||||
std::string handleVersion ();
|
||||
std::string handleDelete (TDB&, T&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue