dominikbraun / timetrace

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

Implement `--output` flag for `timetrace status` #129

Closed dominikbraun closed 3 years ago

dominikbraun commented 3 years ago

Resolves #128.

This PR also introduces a statusReport type that stores all printed strings. It is initialized with the relevant values, and the individual formatting and output options just use that instance for printing the status.