Fixes to hooks.
4 files changed
tree: 3b6337f73d44cbfaeb4be41da066256726a105e2
  1. .githooks/
  2. doc/
  3. examples/
  4. lib/
  5. .gitignore
  6. .travis.yml
  7. CODE_OF_CONDUCT.md
  8. CONTRIBUTING.md
  9. init_githooks.sh
  10. LICENSE
  11. README.md
  12. shflags
  13. shflags_defines_test.sh
  14. shflags_parsing_test.sh
  15. shflags_private_test.sh
  16. shflags_public_test.sh
  17. shflags_test_helpers
  18. test_runner
README.md

shFlags README

shFlags is a port of the Google gflags library for Unix shell. The code is written in a way to be as portable as possible to work across a wide array of Unix variants. It is also tested with shUnit2 to maintain code quality.

If you'd like to use shFlags, feel free to read the documentation. https://github.com/kward/shflags/wiki/Documentation12x

Travis CI