mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Additional interval grammar
This commit is contained in:
parent
1a9930f11e
commit
f59ef75286
1 changed files with 2 additions and 1 deletions
|
@ -38,12 +38,13 @@ CLI Grammar
|
||||||
-----------
|
-----------
|
||||||
Assumed built-in types:
|
Assumed built-in types:
|
||||||
<datetime>
|
<datetime>
|
||||||
<time>
|
|
||||||
<duration>
|
<duration>
|
||||||
|
<time>
|
||||||
<string>
|
<string>
|
||||||
|
|
||||||
interval: <timestamp> "-" <timestamp>
|
interval: <timestamp> "-" <timestamp>
|
||||||
<timestamp> "to" <timestamp>
|
<timestamp> "to" <timestamp>
|
||||||
|
<timestamp> "for" <duration>
|
||||||
"from" <timestamp> "to" <timestamp>
|
"from" <timestamp> "to" <timestamp>
|
||||||
"until" <timestamp>
|
"until" <timestamp>
|
||||||
"from" <timestamp>
|
"from" <timestamp>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue