mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Enhancements - summary report
- Implemented summary report.
This commit is contained in:
parent
a09246fd71
commit
819c33e491
2 changed files with 26 additions and 25 deletions
|
@ -175,9 +175,9 @@ std::string Context::dispatch ()
|
|||
else if (cmd.command == "info") { out = handleInfo (); }
|
||||
else if (cmd.command == "history") { out = handleReportHistory (); }
|
||||
else if (cmd.command == "ghistory") { out = handleReportGHistory (); }
|
||||
else if (cmd.command == "summary") { out = handleReportSummary (); }
|
||||
/*
|
||||
else if (cmd.command == "calendar") { out = handleReportCalendar (); }
|
||||
else if (cmd.command == "summary") { out = handleReportSummary (); }
|
||||
else if (cmd.command == "timesheet") { out = handleReportTimesheet (); }
|
||||
*/
|
||||
else if (cmd.command == "add") { out = handleAdd (); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue