ccntrq / git-jira-branch

Manage branches for your Jira tickets
https://www.npmjs.com/package/git-jira-branch
MIT License
11 stars 2 forks source link

feat: add special case empty to CLI for type option #525

Open tfalkarkea opened 3 days ago

tfalkarkea commented 3 days ago

Resolving #522 for an "empty" type -t option.

I used the literal "empty" as the parameter since I didn't want to change the default behavior for leaving -t out. Perhaps that can be adjusted in the future.

Let me know if the test and changes are to your liking! I have not contributed to a js project...ever, lol.