davidraviv / gh-clean-branches

Safely deletes local branches with no upstream and no un-pushed commits
MIT License
177 stars 15 forks source link

add quiet flag #16

Closed rizowski closed 2 years ago

rizowski commented 3 years ago

Related issue:

closes #14

Why did you make this change

To solve the problem detailed in #14

What have you done in this PR

Updated the flag parser and added the quiet flag.

davidraviv commented 2 years ago

Issue #14 is solved with PR #15.