dominikbraun / timetrace

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

Create `--non-billable` flags for commands that have the `--billable` flag #141

Closed dominikbraun closed 3 years ago

dominikbraun commented 3 years ago

Some commands support a --billable flag to only list records that are marked as billable. There should be a corresponding --non-billable flag (does somebody have a better name?) for those commands too, which only lists non-billable records. This is particularly important for timetrace record.

KonstantinGasser commented 3 years ago

I opened a PR for this issue.