mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Enhancements - version command
- Implemented version command. - Corrected config handling in version command.
This commit is contained in:
parent
f3f77a4c78
commit
0449f9e0a2
6 changed files with 26 additions and 26 deletions
|
@ -56,8 +56,9 @@ extern Context context;
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Scans all tasks, and for any recurring tasks, determines whether any new
|
||||
// child tasks need to be generated to fill gaps.
|
||||
void handleRecurrence (TDB& tdb, std::vector <T>& tasks)
|
||||
void handleRecurrence (std::vector <T2>& tasks)
|
||||
{
|
||||
/*
|
||||
std::vector <T> modified;
|
||||
|
||||
// Look at all tasks and find any recurring ones.
|
||||
|
@ -134,6 +135,7 @@ void handleRecurrence (TDB& tdb, std::vector <T>& tasks)
|
|||
}
|
||||
|
||||
tasks = modified;
|
||||
*/
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue