Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.githooks/ | 03-May-2024 | - | 76 | 49 | ||
doc/ | 03-May-2024 | - | 1,275 | 865 | ||
examples/ | 03-May-2024 | - | 140 | 58 | ||
lib/ | 03-May-2024 | - | 1,713 | 988 | ||
.gitignore | D | 03-May-2024 | 38 | 3 | 2 | |
.travis.yml | D | 03-May-2024 | 712 | 38 | 29 | |
Android.bp | D | 03-May-2024 | 1.2 KiB | 42 | 38 | |
CODE_OF_CONDUCT.md | D | 03-May-2024 | 3.1 KiB | 47 | 28 | |
CONTRIBUTING.md | D | 03-May-2024 | 4.8 KiB | 117 | 80 | |
LICENSE | D | 03-May-2024 | 11.1 KiB | 202 | 169 | |
METADATA | D | 03-May-2024 | 575 | 21 | 18 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 160 | 5 | 4 | |
README.md | D | 03-May-2024 | 600 | 12 | 7 | |
init_githooks.sh | D | 03-May-2024 | 922 | 48 | 40 | |
shflags | D | 03-May-2024 | 37 KiB | 1,215 | 1,094 | |
shflags_defines_test.sh | D | 03-May-2024 | 6.8 KiB | 219 | 157 | |
shflags_parsing_test.sh | D | 03-May-2024 | 9.1 KiB | 334 | 249 | |
shflags_private_test.sh | D | 03-May-2024 | 7.3 KiB | 318 | 232 | |
shflags_public_test.sh | D | 03-May-2024 | 6.7 KiB | 243 | 170 | |
shflags_test_helpers | D | 03-May-2024 | 4.1 KiB | 138 | 117 | |
test_runner | D | 03-May-2024 | 5 KiB | 192 | 122 |
README.md
1# shFlags README 2 3shFlags is a port of the Google [gflags](http://gflags.github.io/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](https://github.com/kward/shunit2) to maintain code quality. 4 5If you'd like to use shFlags, feel free to read the documentation. 6https://github.com/kward/shflags/wiki/Documentation12x 7 8[![Travis CI][travis-ci-png]][travis-ci] 9 10[travis-ci-png]: https://travis-ci.org/kward/shflags.png?branch=master 11[travis-ci]: https://travis-ci.org/kward/shflags 12