Name | Date | Size | |
---|---|---|---|
.. | 10-Aug-2018 | 12 KiB | |
.gitignore | 10-Aug-2018 | 38 | |
Android.mk | 10-Aug-2018 | 888 | |
bin/ | 10-Aug-2018 | 4 KiB | |
doc/ | 10-Aug-2018 | 4 KiB | |
examples/ | 10-Aug-2018 | 4 KiB | |
lib/ | 10-Aug-2018 | 4 KiB | |
LICENSE | 10-Aug-2018 | 11.1 KiB | |
MODULE_LICENSE_APACHE2 | 10-Aug-2018 | 0 | |
NOTICE | 10-Aug-2018 | 11.1 KiB | |
README.md | 10-Aug-2018 | 450 | |
src/ | 10-Aug-2018 | 4 KiB | |
test_results/ | 10-Aug-2018 | 4 KiB |
README.md
1shFlags README 2============== 3 4shFlags is a port of the Google [gflags](http://gflags.github.io/gflags/) 5library for Unix shell. The code is written in a way to be as portable as 6possible to work across a wide array of Unix variants. It is also tested with 7[shUnit2](https://github.com/kward/shunit2) to maintain code quality. 8 9If you'd like to use shFlags, feel free to read the documentation. 10https://github.com/kward/shflags/wiki/Documentation10x 11