testdata
This commit is contained in:
3
src/testdata/cmdline.txt
vendored
Normal file
3
src/testdata/cmdline.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
$ tsheet-cli -clock-in # adds "" for the timestamp
|
||||||
|
$ tsheet-cli -add def -tag abc # adds def with tag abc using same-day for duration OR 1h
|
||||||
|
$ tsheet-cli -log -since YYYY-MM-DD # prints standalone.txt inclusive since given time
|
||||||
9
src/testdata/standalone.txt
vendored
Normal file
9
src/testdata/standalone.txt
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
- t: 1969-12-31
|
||||||
|
d:
|
||||||
|
adds:
|
||||||
|
- d: 1
|
||||||
|
add: abc
|
||||||
|
adds:
|
||||||
|
- def
|
||||||
|
- d: 0
|
||||||
|
add: ghi
|
||||||
6
src/testdata/standalone.yaml
vendored
Normal file
6
src/testdata/standalone.yaml
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
adds:
|
||||||
|
- t: 1
|
||||||
|
add: def
|
||||||
|
tag: abc
|
||||||
|
- t: 2
|
||||||
|
add: ghi
|
||||||
Reference in New Issue
Block a user