mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
Enhancement - history report
- Implemented history report. - Improved (not to the point of them working) filters. - Improved automatic filter construction. - Removed obsolete members from Task. - Added tag support to the "add" command.
This commit is contained in:
parent
85e38e67d3
commit
9f6b112003
7 changed files with 89 additions and 111 deletions
|
@ -73,6 +73,10 @@ std::string handleAdd ()
|
|||
context.task.set ("priority", defaultPriority);
|
||||
}
|
||||
|
||||
// Include tags.
|
||||
foreach (tag, context.tagAdditions)
|
||||
context.task.addTag (*tag);
|
||||
|
||||
// Only valid tasks can be added.
|
||||
context.task.validate ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue