mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
19 lines
380 B
Groff
19 lines
380 B
Groff
.TH timew-get 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
|
|
|
.SH NAME
|
|
timew-get \- display DOM values
|
|
|
|
.SH SYNOPSIS
|
|
.B timew get
|
|
.I <DOM>
|
|
.B ...
|
|
|
|
.TP
|
|
.B timew get <DOM> [<DOM> ...]
|
|
Validates the DOM reference, then obtains the value and displays it. For example:
|
|
|
|
$ timew get dom.active
|
|
1
|
|
|
|
It is an error to reference an interval or tag that does not exist.
|
|
See also 'DOM'.
|