mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdReport: Renamed 'version' to 'temp.version' to reflect that it's added automatically
This commit is contained in:
parent
e1e63188bc
commit
28b78f94f5
2 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,6 @@ Rules::Rules ()
|
|||
_settings =
|
||||
{
|
||||
{"confirmation", "yes"},
|
||||
{"version", VERSION},
|
||||
{"debug", "off"},
|
||||
{"verbose", "on"},
|
||||
};
|
||||
|
|
|
@ -92,6 +92,7 @@ int CmdReport (
|
|||
combinedTags += quoteIfNeeded (tag);
|
||||
}
|
||||
rules.set ("temp.report.tags", combinedTags);
|
||||
rules.set ("temp.version", VERSION);
|
||||
|
||||
std::stringstream header;
|
||||
for (auto& name : rules.all ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue