dominikbraun / timetrace

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

`timetrace status`: Implement `--output` flag for printing JSON #128

Closed dominikbraun closed 3 years ago

dominikbraun commented 3 years ago

The timetrace status command should accept a --output (short -o) flag that currently accepts json as a value. If that --output=json option is set, the status should be displayed as JSON, not as a table.

This is the second step of resolving #94.