Generate variable by the syntax definition in bash -
i looking library in bash or in c solve following problem:
when want define own script, defining syntax definition command (that should appear in man). example:
buildcron.sh [options] file... options: -f, --force -m, --memo -c <file>, --credential=<file> -h, --help -v, --version -q, --quiet
i find library/script that: syntax definition, generate variables names force
, memo
, credential_file
or similar. , best information given, regular tests (credential_file
file, not directory etc...).
i thinking of implementing it, exists, no need ! don't find (maybe don't have keywords...).
thank much. hoping clear.
Comments
Post a Comment