Searched refs:getoptex (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dgetoptx.bash6 #Hi, I have written a BASH function named getoptex, that is like bash builtin
10 #containing your script, and that will define functions getopt, getoptex, and
46 # OPTLIST style, and it actually calls getoptex (see bellow)
51 # FUNCTION getoptex
52 # Usage: getoptex OPTION_LIST {"$@"|ALTERNATIVE_PARAMETERS}
56 # Both getopt and getoptex return 0 if an option has been parsed,
59 # Both getopt and getoptex set or test the following variables:
72 # when getopt or getoptex will be called next time.
90 # option list can be converted to getoptex-style using a function optlistex
93 # DESCRIPTION of option list used with getoptex
130 function getoptex() function
[all...]

Completed in 67 milliseconds