mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Silver Bullet - Snapshot
- Annotations working - recur working - parent working - fg working - bg working
This commit is contained in:
parent
1da111ad6e
commit
38907ac6d7
2 changed files with 29 additions and 23 deletions
|
@ -57,6 +57,7 @@ for (typeof (c) *foreach_p = & (c); \
|
|||
void parse (std::vector <std::string>&, std::string&, T&, Config&);
|
||||
bool validPriority (const std::string&);
|
||||
bool validDate (std::string&, Config&);
|
||||
bool validDuration (std::string&);
|
||||
void loadCustomReports (Config&);
|
||||
bool isCustomReport (const std::string&);
|
||||
void allCustomReports (std::vector <std::string>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue