object
  method findFlag : string -> bool -> int
  method getArgument : int -> string
  method handleFlag : string -> bool -> bool
  method handleFlagWithParam : string -> bool -> string
  method removeAruguments : int -> int -> unit
end