Commands - edit

- Migrated edit.cpp to CmdEdit.
This commit is contained in:
Paul Beckingham 2011-05-28 13:38:44 -04:00
parent ed97fcc108
commit 9af1c71daf
9 changed files with 135 additions and 88 deletions

View file

@ -276,7 +276,6 @@ int Context::dispatch (std::string &out)
else if (cmd.command == "export.yaml") { rc = handleExportYAML (out); }
else if (cmd.command == "import") { rc = handleImport (out); }
else if (cmd.command == "duplicate") { rc = handleDuplicate (out); }
else if (cmd.command == "edit") { rc = handleEdit (out); }
else if (cmd.command == "shell") { handleShell ( ); }
else if (cmd.command == "undo") { handleUndo ( ); }
else if (cmd.command == "merge") { tdb.gc ();