• Home
Name Date Size #Lines LOC

..--

.githooks/03-May-2024-7649

doc/03-May-2024-1,275865

examples/03-May-2024-14058

lib/03-May-2024-1,713988

.gitignoreD03-May-202438 32

.travis.ymlD03-May-2024712 3829

Android.bpD03-May-20241.2 KiB4238

CODE_OF_CONDUCT.mdD03-May-20243.1 KiB4728

CONTRIBUTING.mdD03-May-20244.8 KiB11780

LICENSED03-May-202411.1 KiB202169

METADATAD03-May-2024575 2118

MODULE_LICENSE_APACHE2D03-May-20240

OWNERSD03-May-2024160 54

README.mdD03-May-2024600 127

init_githooks.shD03-May-2024922 4840

shflagsD03-May-202437 KiB1,2151,094

shflags_defines_test.shD03-May-20246.8 KiB219157

shflags_parsing_test.shD03-May-20249.1 KiB334249

shflags_private_test.shD03-May-20247.3 KiB318232

shflags_public_test.shD03-May-20246.7 KiB243170

shflags_test_helpersD03-May-20244.1 KiB138117

test_runnerD03-May-20245 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