seachicken / gh-poi

✨ Safely clean up your local branches
https://dev.to/seachicken/safely-clean-up-your-local-branches-9i3
MIT License
673 stars 19 forks source link

Add help to commands #101

Closed seachicken closed 1 year ago

seachicken commented 1 year ago

Resolves #96

$ gh poi --help
Delete the merged local branches.

USAGE
  gh poi <command> [flags]

COMMANDS
  protect:   Protect local branches from deletion
  unprotect: Unprotect local branches

FLAGS
  -check
        [Deprecated] Show branches to delete
  -debug
        Enable debug logs
  -dry-run
        Show branches to delete

$ gh poi protect --help
Protect local branches from deletion.

USAGE
  gh poi protect <branchname>...

$ gh poi unprotect --help
Unprotect local branches.

USAGE
  gh poi unprotect <branchname>...
codecov[bot] commented 1 year ago

Codecov Report

Merging #101 (ca03ac5) into main (cc41ec9) will decrease coverage by 2.56%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #101      +/-   ##
==========================================
- Coverage   84.23%   81.68%   -2.56%     
==========================================
  Files           4        4              
  Lines         736      759      +23     
==========================================
  Hits          620      620              
- Misses         92      115      +23     
  Partials       24       24              
Impacted Files Coverage Δ
main.go 61.83% <0.00%> (-7.73%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.