mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Commands - _tags
- Migrated handleCompletionTags to CmdTags.
This commit is contained in:
parent
b075f1252c
commit
330b148ca9
7 changed files with 64 additions and 47 deletions
|
@ -284,7 +284,6 @@ int Context::dispatch (std::string &out)
|
|||
else if (cmd.command == "count") { rc = handleCount (out); }
|
||||
else if (cmd.command == "ids") { rc = handleIds (out); }
|
||||
else if (cmd.command == "_projects") { rc = handleCompletionProjects (out); }
|
||||
else if (cmd.command == "_tags") { rc = handleCompletionTags (out); }
|
||||
else if (cmd.command == "_commands") { rc = handleCompletionCommands (out); }
|
||||
else if (cmd.command == "_ids") { rc = handleCompletionIDs (out); }
|
||||
else if (cmd.command == "_config") { rc = handleCompletionConfig (out); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue