package unic

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Unic_cliSource

Sourceval src : Logs.src
Sourceval existing_filepath : Fpath.t Cmdliner.Arg.conv
Sourceval existing_dirpath : Fpath.t Cmdliner.Arg.conv
Sourceval s_output : string
Sourceval s_logs : string
Sourceval verbosity : Logs.level option Cmdliner.Term.t
Sourceval utf_8 : bool Cmdliner.Term.t
Sourceval error_msgf : ('a, Format.formatter, unit, ('b, [> `Msg of string ]) result) format4 -> 'a
Sourceval neg : ('a -> bool) -> 'a -> bool
Sourceval reporter : Re.t option -> Format.formatter -> Logs.reporter
Sourceval regexp : (string * [ `None | `Re of Re.t ]) Cmdliner.Arg.conv
Sourceval sources : (string * [ `None | `Re of Re.t ]) list Cmdliner.Term.t
Sourceval setup_sources : Re.t option Cmdliner.Term.t
Sourceval setup_logs : bool Cmdliner.Term.t
Sourceval s_ocamlfind : string
Sourceval ocamlfind's_directories : Fpath.t list Cmdliner.Term.t
Sourceval toolchain : string option Cmdliner.Term.t
Sourceval setup_ocamlfind : Fpath.t list Cmdliner.Term.t
Sourceval s_ocaml : string
Sourceval compiler : [ `Bytecode | `Native ] Cmdliner.Term.t
Sourceval setup_ocaml : (Uniq_cfg.src * Uniq_cfg.cfg) option Cmdliner.Term.t
Sourceval modname : Modname.t Cmdliner.Arg.conv
Sourcetype preference =
  1. | Use of Modname.t * Uniq_meta.Path.t
  2. | Prefer of Uniq_meta.Path.t
Sourceval configuration : Fpath.t option Cmdliner.Term.t
Sourceval preferences : preference list list Cmdliner.Term.t