Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bin/ | 03-May-2024 | - | 215 | 129 | ||
doc/ | 03-May-2024 | - | 1,186 | 886 | ||
examples/ | 03-May-2024 | - | 135 | 58 | ||
lib/ | 03-May-2024 | - | 2,483 | 1,793 | ||
src/ | 03-May-2024 | - | 2,403 | 1,985 | ||
test_results/ | 03-May-2024 | - | 8,869 | 7,188 | ||
.gitignore | D | 03-May-2024 | 38 | 3 | 2 | |
Android.bp | D | 03-May-2024 | 790 | 26 | 22 | |
LICENSE | D | 03-May-2024 | 11.1 KiB | 202 | 169 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 11.1 KiB | 202 | 169 | |
OWNERS | D | 03-May-2024 | 160 | 5 | 4 | |
README.md | D | 03-May-2024 | 450 | 11 | 8 |
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