mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Enhancement - annotate
- Implemented annotation command.
This commit is contained in:
parent
23f0a9658e
commit
051720a279
2 changed files with 17 additions and 15 deletions
|
@ -192,9 +192,7 @@ std::string Context::dispatch ()
|
|||
else if (cmd.command == "" && task.getId ()) { out = handleModify (); }
|
||||
*/
|
||||
else if (cmd.command == "append") { out = handleAppend (); }
|
||||
/*
|
||||
else if (cmd.command == "annotate") { out = handleAnnotate (); }
|
||||
*/
|
||||
else if (cmd.command == "done") { out = handleDone (); }
|
||||
else if (cmd.command == "undo") { out = handleUndo (); }
|
||||
else if (cmd.command == "delete") { out = handleDelete (); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue