Enhancement - undelete command
- Implemented undelete command.
This commit is contained in:
@@ -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 (); }
|
||||
|
||||
Reference in New Issue
Block a user