mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Commands - duplicate
- Migrated handleDuplicate to CmdDuplicate.
This commit is contained in:
parent
73e9f52793
commit
61c2e2b439
9 changed files with 186 additions and 101 deletions
|
@ -255,7 +255,6 @@ int Context::dispatch (std::string &out)
|
|||
else if (cmd.command == "done") { rc = handleDone (out); }
|
||||
else if (cmd.command == "delete") { rc = handleDelete (out); }
|
||||
else if (cmd.command == "import") { rc = handleImport (out); }
|
||||
else if (cmd.command == "duplicate") { rc = handleDuplicate (out); }
|
||||
else if (cmd.command == "undo") { handleUndo ( ); }
|
||||
else if (cmd.command == "merge") { tdb.gc ();
|
||||
handleMerge (out); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue