mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
- Implemented "task undo" to counteract "task do".
This commit is contained in:
parent
dc1760769f
commit
d265ac6c2d
6 changed files with 55 additions and 2 deletions
|
@ -76,6 +76,7 @@ void handleExport (TDB&, T&, Config&);
|
|||
void handleDelete (TDB&, T&, Config&);
|
||||
void handleStart (TDB&, T&, Config&);
|
||||
void handleDone (TDB&, T&, Config&);
|
||||
void handleUndo (TDB&, T&, Config&);
|
||||
void handleModify (TDB&, T&, Config&);
|
||||
void handleColor (Config&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue