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 Stdlib.ref
  4. | Set of bool Stdlib.ref
  5. | Clear of bool Stdlib.ref
  6. | String of string -> unit
  7. | Set_string of string Stdlib.ref
  8. | Int of int -> unit
  9. | Set_int of int Stdlib.ref
  10. | Float of float -> unit
  11. | Set_float of float Stdlib.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