You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
doc v811_spc009_project 4 months ago
examples v811_spc009_project 4 months ago
lib v811_spc009_project 4 months ago
.travis.yml v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
CODE_OF_CONDUCT.md v811_spc009_project 4 months ago
CONTRIBUTING.md v811_spc009_project 4 months ago
LICENSE v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
MODULE_LICENSE_APACHE2 v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
init_githooks.sh v811_spc009_project 4 months ago
shflags v811_spc009_project 4 months ago
shflags_defines_test.sh v811_spc009_project 4 months ago
shflags_parsing_test.sh v811_spc009_project 4 months ago
shflags_private_test.sh v811_spc009_project 4 months ago
shflags_public_test.sh v811_spc009_project 4 months ago
shflags_test_helpers v811_spc009_project 4 months ago
test_runner v811_spc009_project 4 months ago

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