Cmdliner_def.Cline
Untyped command line parses.
type arg =
| O of (int * string * string option) list
| P of string list
Unconverted argument data as found on the command line.
type t = arg Arg_info.Map.t