Source position: cmdline.pas line 194
type TOptionKind = (
okShort,
okShortWithVal,
okLong,
okLongWithVal,
okArgument
);