package oasis

  1. Overview
  2. Docs
Tooling for building OCaml libraries and applications

Install

Dune Dependency

Authors

Maintainers

Sources

oasis-0.4.7.tar.gz
sha256=54bc4b80e4a38719124e8fb0125c6f3404bda514b87b8749b51442e023de998d
md5=d848bac0234ed1849a9187d16630cda3

doc/oasis.cli/CLIArgExt/index.html

Module CLIArgExt

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
OCaml

Innovation. Community. Security.