mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Commands - stats
- Migrated handleReportStats to CmdStatistics.
This commit is contained in:
parent
33d13ddb1d
commit
56e4c8172b
9 changed files with 323 additions and 236 deletions
|
@ -250,7 +250,6 @@ int Context::dispatch (std::string &out)
|
|||
if (cmd.command == "projects") { rc = handleProjects (out); }
|
||||
else if (cmd.command == "colors") { rc = handleColor (out); }
|
||||
else if (cmd.command == "config") { rc = handleConfig (out); }
|
||||
else if (cmd.command == "stats") { rc = handleReportStats (out); }
|
||||
else if (cmd.command == "history.monthly") { rc = handleReportHistoryMonthly (out); }
|
||||
else if (cmd.command == "history.annual") { rc = handleReportHistoryAnnual (out); }
|
||||
else if (cmd.command == "ghistory.monthly") { rc = handleReportGHistoryMonthly (out); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue