• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.githooks/23-Nov-2023-7649

doc/23-Nov-2023-1,275865

examples/23-Nov-2023-14058

lib/23-Nov-2023-1,713988

.gitignoreD23-Nov-202338 32

.travis.ymlD23-Nov-2023712 3829

Android.bpD23-Nov-20231.2 KiB4238

CODE_OF_CONDUCT.mdD23-Nov-20233.1 KiB4728

CONTRIBUTING.mdD23-Nov-20234.8 KiB11780

LICENSED23-Nov-202311.1 KiB202169

METADATAD23-Nov-2023575 2118

MODULE_LICENSE_APACHE2D23-Nov-20230

OWNERSD23-Nov-2023160 54

README.mdD23-Nov-2023600 127

init_githooks.shD23-Nov-2023922 4840

shflagsD23-Nov-202337 KiB1,2151,094

shflags_defines_test.shD23-Nov-20236.8 KiB219157

shflags_parsing_test.shD23-Nov-20239.1 KiB334249

shflags_private_test.shD23-Nov-20237.3 KiB318232

shflags_public_test.shD23-Nov-20236.7 KiB243170

shflags_test_helpersD23-Nov-20234.1 KiB138117

test_runnerD23-Nov-20235 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