kvz / bash3boilerplate

Templates to write better Bash scripts
http://bash3boilerplate.sh
MIT License
2.12k stars 198 forks source link

Allow counting how many times an argument is used. #96

Closed WarpEngineer closed 6 years ago

WarpEngineer commented 6 years ago

An example of use would be the passing in of multiple -v options in some utilities to increase verbosity.

mstreuhofer commented 6 years ago

Hi WarpEngineer. Thank you for cleaning up as suggested in #95 Could you please also fix the failing check? You can test locally by running test/acceptance.sh A final cleanup of the PR (rebase -i) and we're done. :)

WarpEngineer commented 6 years ago

No problem. I ran make test and the acceptance.sh script with no issues. I went ahead and rebased it down to 1 commit and hopefully that'll take care of it.

kvz commented 6 years ago

Thanks all!! 💪🙏