ref: 8294be6e7c9032e3c472018b53154d5b4faec00c
dir: /module/arg.m/
Arg : module
{
PATH: con "/dis/lib/arg.dis";
init: fn(argv: list of string);
setusage: fn(usage: string);
usage: fn();
opt: fn(): int;
arg: fn(): string;
earg: fn(): string;
progname: fn(): string;
argv: fn(): list of string;
};