Fixed grammar in comment.
1 file changed
tree: 409a7bc2db20155001e2b6e502c15bfa78de2594
  1. doc/
  2. examples/
  3. lib/
  4. .gitignore
  5. .travis.yml
  6. CODE_OF_CONDUCT.md
  7. CONTRIBUTING.md
  8. gen_test_report.sh
  9. LICENSE
  10. README.md
  11. shflags
  12. shflags_defines_test.sh
  13. shflags_issue_28_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