|
|
||
|---|---|---|
| .. | ||
| .githooks | ||
| doc | ||
| examples | ||
| lib | ||
| .travis.yml | ||
| Android.bp | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| METADATA | ||
| MODULE_LICENSE_APACHE2 | ||
| OWNERS | ||
| README.md | ||
| init_githooks.sh | ||
| shflags | ||
| shflags_defines_test.sh | ||
| shflags_parsing_test.sh | ||
| shflags_private_test.sh | ||
| shflags_public_test.sh | ||
| shflags_test_helpers | ||
| 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
