A script to parse for global help options The first parameter is the ALWAYS the program name whose help output you seek. All other options follow. It is meant to be called by other scripts. It returns 0 when it has nothing to do.
1 when it does something and wants calling
program to quit
To use this in any script follow these steps 1- Add this line before any parsing, right after the 1st line
@global_parse basename $0 “$*” ; if ($status) exit 0
Enter search terms or a module, class or function name.