mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Command - count
- Migrated handleCount to CmdCount.
This commit is contained in:
parent
27d6e7cc81
commit
a7bc09d487
9 changed files with 114 additions and 35 deletions
|
@ -280,7 +280,6 @@ int Context::dispatch (std::string &out)
|
|||
handleMerge (out); }
|
||||
else if (cmd.command == "push") { handlePush (out); }
|
||||
else if (cmd.command == "pull") { handlePull (out); }
|
||||
else if (cmd.command == "count") { rc = handleCount (out); }
|
||||
else if (cmd.command == "_projects") { rc = handleCompletionProjects (out); }
|
||||
else if (cmd.command == "_config") { rc = handleCompletionConfig (out); }
|
||||
else if (cmd.command == "_query") { rc = handleQuery (out); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue