dominikbraun / timetrace

A simple CLI for tracking your working time.
Apache License 2.0
679 stars 75 forks source link

add create record command #118

Closed FelixTheodor closed 3 years ago

FelixTheodor commented 3 years ago

closes #97

I added the create record command. I also added checks that return an error if the end time is before the start time or the record collides with other records of the same day.