Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.githooks/ | H | 25-Apr-2025 | - | 76 | 49 | |
doc/ | H | 25-Apr-2025 | - | 1,343 | 910 | |
examples/ | H | 25-Apr-2025 | - | 140 | 58 | |
lib/ | H | 25-Apr-2025 | - | 1,678 | 969 | |
.gitignore | H A D | 25-Apr-2025 | 38 | 3 | 2 | |
.travis.yml | H A D | 25-Apr-2025 | 712 | 38 | 29 | |
Android.bp | H A D | 25-Apr-2025 | 1.2 KiB | 42 | 38 | |
CODE_OF_CONDUCT.md | H A D | 25-Apr-2025 | 3.1 KiB | 47 | 28 | |
CONTRIBUTING.md | H A D | 25-Apr-2025 | 4.8 KiB | 117 | 80 | |
LICENSE | H A D | 25-Apr-2025 | 11.1 KiB | 202 | 169 | |
METADATA | H A D | 25-Apr-2025 | 790 | 21 | 19 | |
MODULE_LICENSE_APACHE2 | HD | 25-Apr-2025 | 0 | |||
OWNERS | H A D | 25-Apr-2025 | 138 | 4 | 3 | |
README.md | H A D | 25-Apr-2025 | 600 | 12 | 7 | |
init_githooks.sh | H A D | 25-Apr-2025 | 922 | 48 | 40 | |
shflags | H A D | 25-Apr-2025 | 37.1 KiB | 1,216 | 1,095 | |
shflags_defines_test.sh | H A D | 25-Apr-2025 | 6.8 KiB | 219 | 157 | |
shflags_issue_57.sh | H A D | 25-Apr-2025 | 1.6 KiB | 67 | 34 | |
shflags_parsing_test.sh | H A D | 25-Apr-2025 | 9.1 KiB | 334 | 249 | |
shflags_private_test.sh | H A D | 25-Apr-2025 | 7.3 KiB | 318 | 232 | |
shflags_public_test.sh | H A D | 25-Apr-2025 | 6.7 KiB | 243 | 170 | |
shflags_test_helpers | H A D | 25-Apr-2025 | 4.1 KiB | 138 | 117 | |
test_runner | H A D | 25-Apr-2025 | 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