mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - done command
- Implemented done command.
This commit is contained in:
parent
c65b6e9f48
commit
9f1880e050
5 changed files with 39 additions and 33 deletions
|
@ -69,7 +69,6 @@ private:
|
|||
int mId;
|
||||
|
||||
std::vector <Task> mPending; // Contents of pending.data
|
||||
// std::vector <Task> mCompleted; // Contents of completed.data
|
||||
|
||||
std::vector <Task> mNew; // Uncommitted new tasks
|
||||
std::vector <Task> mModified; // Uncommitted modified tasks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue