Module Cmdliner_def.Cline

Untyped command line parses.

type arg =
  1. | O of (int * string * string option) list
  2. | P of string list

Unconverted argument data as found on the command line.

type t = arg Arg_info.Map.t