mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Command - undo
- Migrated handleUndo to CmdUndo.
This commit is contained in:
parent
4c47748dd7
commit
2fb743992f
9 changed files with 100 additions and 19 deletions
|
@ -53,7 +53,6 @@ bool nag (Task&);
|
|||
int handleDone (std::string&);
|
||||
int handleModify (std::string&);
|
||||
int handleDelete (std::string&);
|
||||
void handleUndo ();
|
||||
void handleMerge (std::string&);
|
||||
void handlePush (std::string&);
|
||||
void handlePull (std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue