mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
Integration - report helper functions
- Added getDueDate helper function. - Added getFullDescription (description + annotations) helper function.
This commit is contained in:
parent
8529daaf28
commit
efe0b86708
3 changed files with 113 additions and 138 deletions
|
@ -90,6 +90,9 @@ std::string handleReportCalendar ();
|
|||
std::string handleReportStats ();
|
||||
std::string handleReportTimesheet ();
|
||||
|
||||
std::string getFullDescription (Task&);
|
||||
std::string getDueDate (Task&);
|
||||
|
||||
// custom.cpp
|
||||
std::string handleCustomReport (const std::string&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue