package oasis

  1. Overview
  2. Docs

Parsing of command line arguments

type help_extent =
  1. | NoSubCommand
  2. | SubCommand of string
  3. | AllSubCommand
type help_style =
  1. | Markdown
  2. | Output
val usage_msg : string
val fspecs : unit -> (string * Arg.spec * string) list * (unit -> OASISContext.t)
val pp_print_help : ctxt:OASISContext.t -> help_extent -> help_style -> Format.formatter -> unit -> unit
val parse_and_run : unit -> unit