mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57: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
|
@ -86,7 +86,6 @@ int deltaSubstitutions (Task&);
|
|||
// report.cpp
|
||||
int handleReportSummary (std::string&);
|
||||
int handleReportCalendar (std::string&);
|
||||
int handleReportStats (std::string&);
|
||||
int handleReportTimesheet (std::string&);
|
||||
std::string getFullDescription (Task&, const std::string&);
|
||||
std::string getDueDate (Task&, const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue