package ez_cmdliner

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type spec =
  1. | Unit of unit -> unit
  2. | Bool of bool -> unit
  3. | Set_bool of bool ref
  4. | Set of bool ref
  5. | Clear of bool ref
  6. | String of string -> unit
  7. | Set_string of string ref
  8. | Int of int -> unit
  9. | Set_int of int ref
  10. | Float of float -> unit
  11. | Set_float of float ref
  12. | Symbol of string list * string -> unit
  13. | File of string -> unit
  14. | Anon of int * string -> unit
  15. | Anons of string list -> unit