dominikbraun / timetrace

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

Don't return an error on `timetrace status` with no active tracking #64

Closed dominikbraun closed 3 years ago

dominikbraun commented 3 years ago

At the moment, running timetrace status when there's no active time tracking will return an error:

timetrace status
❗ Failed to obtain status: start tracking first

This shouldn't be an error. Maybe out.Info would be a better fit here.