wmi-1.3.16 from opsview.com
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
demonstrate use of GetOptions
|
||||
*/
|
||||
|
||||
var options = GetOptions(ARGV,
|
||||
"POPT_AUTOHELP",
|
||||
"POPT_COMMON_SAMBA",
|
||||
"myopt=s",
|
||||
"intopt=i",
|
||||
"noopt");
|
||||
|
||||
println("You called this script with arguments:");
|
||||
|
||||
printVars(options);
|
||||
Reference in New Issue
Block a user