android13/external/shflags
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
.githooks initial 2024-06-22 20:45:49 +08:00
doc initial 2024-06-22 20:45:49 +08:00
examples initial 2024-06-22 20:45:49 +08:00
lib initial 2024-06-22 20:45:49 +08:00
.travis.yml initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
CODE_OF_CONDUCT.md initial 2024-06-22 20:45:49 +08:00
CONTRIBUTING.md initial 2024-06-22 20:45:49 +08:00
LICENSE initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_APACHE2 initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
init_githooks.sh initial 2024-06-22 20:45:49 +08:00
shflags initial 2024-06-22 20:45:49 +08:00
shflags_defines_test.sh initial 2024-06-22 20:45:49 +08:00
shflags_parsing_test.sh initial 2024-06-22 20:45:49 +08:00
shflags_private_test.sh initial 2024-06-22 20:45:49 +08:00
shflags_public_test.sh initial 2024-06-22 20:45:49 +08:00
shflags_test_helpers initial 2024-06-22 20:45:49 +08:00
test_runner initial 2024-06-22 20:45:49 +08:00

README.md

shFlags README

shFlags is a port of the Google 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 to maintain code quality.

If you'd like to use shFlags, feel free to read the documentation. https://github.com/kward/shflags/wiki/Documentation12x

Travis CI