mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +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
|
@ -252,7 +252,6 @@ int Context::dispatch (std::string &out)
|
|||
if (cmd.command == "timesheet") { rc = handleReportTimesheet (out); }
|
||||
else if (cmd.command == "done") { rc = handleDone (out); }
|
||||
else if (cmd.command == "delete") { rc = handleDelete (out); }
|
||||
else if (cmd.command == "undo") { handleUndo ( ); }
|
||||
else if (cmd.command == "merge") { tdb.gc ();
|
||||
handleMerge (out); }
|
||||
else if (cmd.command == "push") { handlePush (out); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue