mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Commands - edit
- Migrated edit.cpp to CmdEdit.
This commit is contained in:
parent
ed97fcc108
commit
9af1c71daf
9 changed files with 135 additions and 88 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue