Docs: Added 'tags' and 'gaps' commands, removed Rules grammar placeholder

This commit is contained in:
Paul Beckingham 2016-03-13 10:44:38 -04:00
parent 8b5b8c2073
commit 60030c69eb

View file

@ -25,6 +25,9 @@ The CLI shall have a well-defined and unambiguous grammar.
timew define tag <tag> budget <number> <units> total
timew define tag <tag> overlap
timew tags
timew gaps [<interval>]
timew export ...
timew import ...
@ -51,9 +54,4 @@ Assumed built-in types:
tag: string
Rules Grammar
-------------
TBD.
---