module CLIArgExt:sig
..end
Parsing of command line arguments
type
help_extent =
| |
NoSubCommand |
| |
SubCommand of |
| |
AllSubCommand |
type
help_style =
| |
Markdown |
| |
Output |
val usage_msg : string
val fspecs : unit -> (string * Stdlib.Arg.spec * string) list * (unit -> OASISContext.t)
val pp_print_help : ctxt:OASISContext.t ->
help_extent ->
help_style -> Stdlib.Format.formatter -> unit -> unit
val parse_and_run : unit -> unit