package bancos

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

Module Bancos_cliSource

Sourceval error_msgf : ('a, Format.formatter, unit, ('b, [> `Msg of string ]) result) format4 -> 'a
Sourceval verbosity : Logs.level option Cmdliner.Term.t
Sourceval utf_8 : bool Cmdliner.Term.t
Sourceval app_style : [> `Cyan ]
Sourceval err_style : [> `Red ]
Sourceval warn_style : [> `Yellow ]
Sourceval info_style : [> `Blue ]
Sourceval debug_style : [> `Green ]
Sourceval pp_header : Format.formatter -> (Logs.level * string option) -> unit
Sourceval anchor : float
Sourceval now : unit -> float
Sourceval reporter : Re.t option -> Format.formatter array -> 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 logs_per_domains : bool Cmdliner.Term.t
Sourceval setup_logs : bool -> Fmt.style_renderer option -> Re.t option -> Logs.level option -> bool -> bool * unit Lazy.t Domain.DLS.key
Sourceval term_setup_logs : (bool * unit Lazy.t Domain.DLS.key) Cmdliner.Term.t
Sourceval bytes_of_string : string -> int option
Sourceval sizes : string array
Sourceval bytes_to_size : int -> string