python: Build epmapper module.
[ira/wip.git] / testprogs / ejs / argv.js
1 /*
2         demonstrate use of GetOptions
3 */
4
5 var options = GetOptions(ARGV, 
6                 "POPT_AUTOHELP",
7                 "POPT_COMMON_SAMBA",
8                 "myopt=s",
9                 "intopt=i",
10                 "noopt");
11
12 println("You called this script with arguments:");
13
14 printVars(options);