caseneuve / dzira

Interact with jira worklogs using API
MIT License
3 stars 1 forks source link

Add `--delete` option to the log command #17

Closed caseneuve closed 3 months ago

caseneuve commented 9 months ago

Delete worklog by id, dzira log 42 --delete 1234 (or: dzira log 42 -w 1234 --delete for consistency with update log, but then we need to do extra args parsing and set up the precedence).