mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Commands
- Migrated handleShow to CmdShow.
This commit is contained in:
parent
54d98a6b2d
commit
62203a45f8
9 changed files with 362 additions and 277 deletions
|
@ -251,7 +251,6 @@ int Context::dispatch (std::string &out)
|
|||
if (cmd.command == "projects") { rc = handleProjects (out); }
|
||||
else if (cmd.command == "colors") { rc = handleColor (out); }
|
||||
else if (cmd.command == "config") { rc = handleConfig (out); }
|
||||
else if (cmd.command == "show") { rc = handleShow (out); }
|
||||
else if (cmd.command == "stats") { rc = handleReportStats (out); }
|
||||
else if (cmd.command == "info") { rc = handleInfo (out); }
|
||||
else if (cmd.command == "history.monthly") { rc = handleReportHistoryMonthly (out); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue