Name Date Size #Lines LOC

..--

.githooks/H25-Apr-2025-7649

doc/H25-Apr-2025-1,343910

examples/H25-Apr-2025-14058

lib/H25-Apr-2025-1,678969

.gitignoreH A D25-Apr-202538 32

.travis.ymlH A D25-Apr-2025712 3829

Android.bpH A D25-Apr-20251.2 KiB4238

CODE_OF_CONDUCT.mdH A D25-Apr-20253.1 KiB4728

CONTRIBUTING.mdH A D25-Apr-20254.8 KiB11780

LICENSEH A D25-Apr-202511.1 KiB202169

METADATAH A D25-Apr-2025790 2119

MODULE_LICENSE_APACHE2HD25-Apr-20250

OWNERSH A D25-Apr-2025138 43

README.mdH A D25-Apr-2025600 127

init_githooks.shH A D25-Apr-2025922 4840

shflagsH A D25-Apr-202537.1 KiB1,2161,095

shflags_defines_test.shH A D25-Apr-20256.8 KiB219157

shflags_issue_57.shH A D25-Apr-20251.6 KiB6734

shflags_parsing_test.shH A D25-Apr-20259.1 KiB334249

shflags_private_test.shH A D25-Apr-20257.3 KiB318232

shflags_public_test.shH A D25-Apr-20256.7 KiB243170

shflags_test_helpersH A D25-Apr-20254.1 KiB138117

test_runnerH A D25-Apr-20255 KiB192122

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