mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +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
|
@ -163,8 +163,8 @@ void Context::dispatch ()
|
|||
if (command == "export") { out = handleExport (tdb, task); }
|
||||
*/
|
||||
if (cmd.command == "projects") { out = handleProjects (); }
|
||||
else if (cmd.command == "tags") { out = handleTags (); }
|
||||
/*
|
||||
else if (command == "tags") { out = handleTags (tdb, task); }
|
||||
else if (command == "info") { out = handleInfo (tdb, task); }
|
||||
else if (command == "stats") { out = handleReportStats (tdb, task); }
|
||||
else if (command == "history") { out = handleReportHistory (tdb, task); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue