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

..--

bin/22-Nov-2023-215129

doc/22-Nov-2023-1,186886

examples/22-Nov-2023-13558

lib/22-Nov-2023-2,4831,793

src/22-Nov-2023-2,4031,985

test_results/22-Nov-2023-8,8697,188

.gitD01-Jan-19700

.gitignoreD22-Nov-202338 32

Android.mkD22-Nov-2023888 279

LICENSED22-Nov-202311.1 KiB202169

MODULE_LICENSE_APACHE2D22-Nov-20230

NOTICED22-Nov-202311.1 KiB202169

README.mdD22-Nov-2023450 118

README.md

1shFlags README
2==============
3
4shFlags is a port of the Google [gflags](http://gflags.github.io/gflags/)
5library for Unix shell. The code is written in a way to be as portable as
6possible to work across a wide array of Unix variants. It is also tested with
7[shUnit2](https://github.com/kward/shunit2) to maintain code quality.
8
9If you'd like to use shFlags, feel free to read the documentation.
10https://github.com/kward/shflags/wiki/Documentation10x
11