class type commandLine =object..end
method getArgument : int -> stringmethod findFlag : string -> bool -> intmethod removeAruguments : int -> int -> unitmethod handleFlag : string -> bool -> boolmethod handleFlagWithParam : string -> bool -> string