• Home
Name Date Size #Lines LOC

..--

.githooks/04-Jul-2025-7649

doc/04-Jul-2025-1,343910

examples/04-Jul-2025-14058

lib/04-Jul-2025-1,678969

.gitignoreD04-Jul-202538 32

.travis.ymlD04-Jul-2025712 3829

Android.bpD04-Jul-20251.2 KiB4238

CODE_OF_CONDUCT.mdD04-Jul-20253.1 KiB4728

CONTRIBUTING.mdD04-Jul-20254.8 KiB11780

LICENSED04-Jul-202511.1 KiB202169

METADATAD04-Jul-2025790 2119

MODULE_LICENSE_APACHE2D04-Jul-20250

OWNERSD04-Jul-2025210 54

README.mdD04-Jul-2025600 127

init_githooks.shD04-Jul-2025922 4840

shflagsD04-Jul-202537.1 KiB1,2161,095

shflags_defines_test.shD04-Jul-20256.8 KiB219157

shflags_issue_57.shD04-Jul-20251.6 KiB6734

shflags_parsing_test.shD04-Jul-20259.1 KiB334249

shflags_private_test.shD04-Jul-20257.3 KiB318232

shflags_public_test.shD04-Jul-20256.7 KiB243170

shflags_test_helpersD04-Jul-20254.1 KiB138117

test_runnerD04-Jul-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