feat: Remove time entry by id#160
Merged
Merged
Conversation
Owner
|
Thanks for submitting this! I'm glad you found it and its helpful. How did you find my toggl-cli? Your PR really made my day - your PR is the first external contribution! I really appreciate it! |
Contributor
Author
|
I'm glad I could made your day! 😄 I always love making contributions like this I originally found the repo from your comment on this issue in the original toggl-cli and noticed that the only feature I was using that wasn't present was removing time entries by id, so I happily made my contribution and appreciate that you put in the effort to build a replica of the original tool for v9 of the Toggl API! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, thanks for creating this repo!
I have a custom cli wrapper around AuHau/toggl-cli and it just broke for me today from the v8 to v9 migration so this is a big save for me.
I needed the remove by id functionality and it was pretty simple to add, so here's the contribution.
Thanks,
Ben