mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Rules: Allows 'define report x:' to grouping settings
This commit is contained in:
parent
57faef4389
commit
dca99349d9
1 changed files with 4 additions and 0 deletions
|
@ -313,6 +313,10 @@ void Rules::parseRule (const std::string& input)
|
|||
else if (tokens.size () >= 3 && tokens[1] == "tag")
|
||||
parseRuleSettings (lines, "tag");
|
||||
|
||||
// define report xxx:
|
||||
else if (tokens.size () >= 3 && tokens[1] == "report")
|
||||
parseRuleSettings (lines, "report");
|
||||
|
||||
// define theme:
|
||||
// define holidays:
|
||||
// define exclusions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue