mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
- Supports durations like weekly, semiannual, daily ...
This commit is contained in:
parent
0d3a93ea20
commit
ef7ff55535
3 changed files with 76 additions and 17 deletions
|
@ -108,7 +108,7 @@ std::string formatSeconds (time_t);
|
|||
const std::string uuid ();
|
||||
const char* optionalBlankLine (Config&);
|
||||
int convertDuration (const std::string&);
|
||||
Date convertRelativeDate (const std::string&);
|
||||
int addDuration (const Date&, const std::string&);
|
||||
|
||||
// rules.cpp
|
||||
void initializeColorRules (Config&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue