mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-27 21:23:26 +02:00
22 lines
347 B
Text
22 lines
347 B
Text
= timew-get(1)
|
|
|
|
== NAME
|
|
timew-get - display DOM values
|
|
|
|
== SYNOPSIS
|
|
[verse]
|
|
*timew get* _<DOM>_**...**
|
|
|
|
== DESCRIPTION
|
|
Validates the DOM reference, then obtains the value and displays it.
|
|
|
|
== EXAMPLES
|
|
For example:
|
|
|
|
$ timew get dom.active
|
|
1
|
|
|
|
It is an error to reference an interval or tag that does not exist.
|
|
|
|
== SEE ALSO
|
|
**timew-dom**(7)
|