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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -