mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Enhancement - undelete command
- Implemented undelete command.
This commit is contained in:
parent
41e137a92c
commit
71b320b361
2 changed files with 27 additions and 15 deletions
|
@ -188,9 +188,7 @@ std::string Context::dispatch ()
|
|||
else if (cmd.command == "undo") { out = handleUndo (); }
|
||||
*/
|
||||
else if (cmd.command == "delete") { out = handleDelete (); }
|
||||
/*
|
||||
else if (cmd.command == "undelete") { out = handleUndelete (); }
|
||||
*/
|
||||
else if (cmd.command == "start") { out = handleStart (); }
|
||||
else if (cmd.command == "stop") { out = handleStop (); }
|
||||
else if (cmd.command == "export") { out = handleExport (); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue