mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Command - prepend
- Migrated handlePrepend to CmdPrepend.
This commit is contained in:
parent
920e1c6c86
commit
ef65617258
9 changed files with 177 additions and 92 deletions
|
@ -262,7 +262,6 @@ int Context::dispatch (std::string &out)
|
|||
else if (cmd.command == "add") { rc = handleAdd (out); }
|
||||
else if (cmd.command == "log") { rc = handleLog (out); }
|
||||
else if (cmd.command == "append") { rc = handleAppend (out); }
|
||||
else if (cmd.command == "prepend") { rc = handlePrepend (out); }
|
||||
else if (cmd.command == "annotate") { rc = handleAnnotate (out); }
|
||||
else if (cmd.command == "denotate") { rc = handleDenotate (out); }
|
||||
else if (cmd.command == "done") { rc = handleDone (out); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue