Upgraded shunit2 library to 2.1.7pre.
2 files changed
tree: 7fe0a1620e542ac886090d4bbcc8c28ee07f9553
  1. bin/
  2. doc/
  3. examples/
  4. lib/
  5. .gitignore
  6. CODE_OF_CONDUCT.md
  7. CONTRIBUTING.md
  8. gen_test_results.flags
  9. gen_test_results.sh
  10. LICENSE
  11. README.md
  12. shflags
  13. shflags_test.sh
  14. shflags_test_defines.sh
  15. shflags_test_helpers
  16. shflags_test_issue_28.sh
  17. shflags_test_parsing.sh
  18. shflags_test_private.sh
  19. shflags_test_public.sh
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