Home | History | Annotate | only in /external/shflags
Up to higher level directory
NameDateSize
Android.bp22-Oct-2020790
bin/22-Oct-2020
doc/22-Oct-2020
examples/22-Oct-2020
lib/22-Oct-2020
LICENSE22-Oct-202011.1K
MODULE_LICENSE_APACHE222-Oct-20200
NOTICE22-Oct-202011.1K
OWNERS22-Oct-2020160
README.md22-Oct-2020450
src/22-Oct-2020
test_results/22-Oct-2020

README.md

      1 shFlags README
      2 ==============
      3 
      4 shFlags is a port of the Google [gflags](http://gflags.github.io/gflags/)
      5 library for Unix shell. The code is written in a way to be as portable as
      6 possible 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 
      9 If you'd like to use shFlags, feel free to read the documentation.
     10 https://github.com/kward/shflags/wiki/Documentation10x
     11