v0.0.2
Changelog
Breaking Change
drycommand is removed. You can use-dor--dryflag oncleancommand instead.- Now fetch the remote before command execution is off by default. You shoud give
-for--fetchflag to fetch from remote.
Fix
- Now
cleancommand does not throw error when branch list to be deleted is empty.
What's Changed
- feat!: merge dry run and clean command (by -d flag) by @huGgW in #4
- feat: add blacklist flag to clean command by @huGgW in #5
- feat!: change default fetch flag as fault by @huGgW in #6
Full Changelog: v0.0.1...0.0.2