mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Commands - annotate
- Migrated handleAnnotate to CmdAnnotate.
This commit is contained in:
parent
c8eb5df1b2
commit
f775341fd5
9 changed files with 153 additions and 69 deletions
|
@ -252,7 +252,6 @@ int Context::dispatch (std::string &out)
|
|||
else if (cmd.command == "summary") { rc = handleReportSummary (out); }
|
||||
else if (cmd.command == "calendar") { rc = handleReportCalendar (out); }
|
||||
else if (cmd.command == "timesheet") { rc = handleReportTimesheet (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); }
|
||||
else if (cmd.command == "delete") { rc = handleDelete (out); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue