dominikbraun / timetrace

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

implement timetrace edit record command #51

Closed FelixTheodor closed 3 years ago

FelixTheodor commented 3 years ago

I implemented the edit record command as mentioned here: https://github.com/dominikbraun/timetrace/issues/19 As of now, there is no check if the end time contradicts with the start time of another record (still an open question), but the command returns an error if the new end time is before the start time of the record.

dominikbraun commented 3 years ago

This PR is included in release v0.6.0.