Extracted from Pike v8.0 release 276 as of 2016-07-29.
   

Class Arg.LowOptions

Inheritance graph
Arg.OptLibrary Arg.LowOptions Arg.Options Arg.SimpleOptions
Variable application

protected string Arg.LowOptions.application


Variable argv

protected array(string) Arg.LowOptions.argv


Inherit OptLibrary

protected inherit OptLibrary : OptLibrary


Variable opts

protected mapping(string:Opt) Arg.LowOptions.opts


Variable values

protected mapping(string:int(1..1)|string) Arg.LowOptions.values


Method create

Arg.LowOptions Arg.LowOptions(array(string) _argv, void|mapping(string:string) env)