mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Enhancement - ghistory report
- Implemented the ghistory report.
This commit is contained in:
parent
9f6b112003
commit
a09246fd71
2 changed files with 40 additions and 81 deletions
|
@ -174,8 +174,8 @@ std::string Context::dispatch ()
|
|||
else if (cmd.command == "stats") { out = handleReportStats (); }
|
||||
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 == "calendar") { out = handleReportCalendar (); }
|
||||
else if (cmd.command == "summary") { out = handleReportSummary (); }
|
||||
else if (cmd.command == "timesheet") { out = handleReportTimesheet (); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue