Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement --non-billable flag for timetrace start #168

Closed
dominikbraun opened this issue Aug 1, 2021 · 0 comments · Fixed by #172
Closed

Implement --non-billable flag for timetrace start #168

dominikbraun opened this issue Aug 1, 2021 · 0 comments · Fixed by #172
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dominikbraun
Copy link
Owner

dominikbraun commented Aug 1, 2021

At the moment, billable records can be created using timetrace start my-project --billable. With PR #166, project records can be billable by default:

# config.yml
projects:
  my-project:
    billable: true

Using this config, timetrace start my-project will produce a billable record.

But if my-project is configured to be billable by default, there also has to be a way to create non-billable records for that project. This should be possible by using a --non-billable flag.

@dominikbraun dominikbraun added enhancement New feature or request good first issue Good for newcomers labels Aug 1, 2021
@dominikbraun dominikbraun added this to the timetrace v0.13.0 milestone Aug 1, 2021
dominikbraun added a commit that referenced this issue Aug 8, 2021
…start-command

Add `--non-billable` flag to `start` command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant