mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
CmdHelp: Added 'dom.tracked.count' help
This commit is contained in:
parent
3ace06b75e
commit
ccd23346cf
1 changed files with 5 additions and 2 deletions
|
@ -366,14 +366,17 @@ int CmdHelp (const CLI& cli)
|
|||
std::cout << '\n'
|
||||
<< "Supported DOM references are:\n"
|
||||
<< '\n'
|
||||
<< " dom.tag.count Count of all tags\n"
|
||||
<< " dom.tag.1 Nth tag used\n"
|
||||
<< '\n'
|
||||
<< " dom.active '1' if there is active tracking, otherwise '0'\n"
|
||||
<< " dom.active.tag.count Count of active tags\n"
|
||||
<< " dom.active.tag.1 Active Nth tag\n"
|
||||
<< " dom.active.start Active start timestamp (ISO Extended local date)\n"
|
||||
<< " dom.active.duration Active elapsed (ISO Period)\n"
|
||||
<< " dom.active.json Active interval as JSON\n"
|
||||
<< " dom.tag.count Total tag count\n"
|
||||
<< " dom.tag.1 Nth tag used\n"
|
||||
<< '\n'
|
||||
<< " dom.tracked.count Count of tracked intervals\n"
|
||||
<< '\n'
|
||||
<< '\n';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue