mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Virtual Tag: Undocumented, experimental support for 'LATEST'
This commit is contained in:
parent
86dc14823e
commit
ada6c24789
4 changed files with 12 additions and 2 deletions
|
@ -337,6 +337,7 @@ int CmdInfo::execute (std::string& output)
|
|||
if (task.hasTag ("WEEK")) virtualTags += "WEEK ";
|
||||
if (task.hasTag ("YEAR")) virtualTags += "YEAR ";
|
||||
if (task.hasTag ("YESTERDAY")) virtualTags += "YESTERDAY ";
|
||||
if (task.hasTag ("LATEST")) virtualTags += "LATEST ";
|
||||
// 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