Pulled from upstream.
1 file changed
tree: 06526303211dd18d6d53f846418f2785117d7f61
  1. doc/
  2. examples/
  3. lib/
  4. .gitignore
  5. .travis.yml
  6. CODE_OF_CONDUCT.md
  7. CONTRIBUTING.md
  8. LICENSE
  9. README.md
  10. shflags
  11. shflags_defines_test.sh
  12. shflags_parsing_test.sh
  13. shflags_private_test.sh
  14. shflags_public_test.sh
  15. shflags_test_helpers
  16. 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