mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
Virtual Tags: New 'PROJECT', 'PRIORITY' and 'LATEST' virtual tags
- Added documentation.
This commit is contained in:
parent
ada6c24789
commit
4008a64fdd
6 changed files with 64 additions and 47 deletions
|
@ -338,6 +338,8 @@ int CmdInfo::execute (std::string& output)
|
|||
if (task.hasTag ("YEAR")) virtualTags += "YEAR ";
|
||||
if (task.hasTag ("YESTERDAY")) virtualTags += "YESTERDAY ";
|
||||
if (task.hasTag ("LATEST")) virtualTags += "LATEST ";
|
||||
if (task.hasTag ("PROJECT")) virtualTags += "PROJECT ";
|
||||
if (task.hasTag ("PRIORITY")) virtualTags += "PRIORITY ";
|
||||
// If you update the above list, update src/commands/CmdInfo.cpp and src/commands/CmdTags.cpp as well.
|
||||
|
||||
row = view.addRow ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue