mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Documentation: Updated to reflect the '_tags' changes
This commit is contained in:
parent
b6bf4e6072
commit
e8fe6ef773
3 changed files with 8 additions and 5 deletions
|
@ -172,11 +172,11 @@ int CmdCompletionTags::execute (std::string& output)
|
|||
unique[tag] = 0;
|
||||
}
|
||||
|
||||
// add built-in tags to map
|
||||
unique["nocolor"] = 0;
|
||||
unique["nonag"] = 0;
|
||||
unique["nocal"] = 0;
|
||||
unique["next"] = 0;
|
||||
// Add built-in tags to map.
|
||||
unique["nocolor"] = 0;
|
||||
unique["nonag"] = 0;
|
||||
unique["nocal"] = 0;
|
||||
unique["next"] = 0;
|
||||
unique["BLOCKED"] = 0;
|
||||
unique["UNBLOCKED"] = 0;
|
||||
unique["BLOCKING"] = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue