Module Bcfg_cliSource

Sourceval src : Logs.src
Sourceval (<.>) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
Sourceval msg : 'a -> [> `Msg of 'a ]
Sourceval msgf : ('a, Format.formatter, unit, [> `Msg of string ]) format4 -> 'a
Sourceval error_msgf : ('a, Format.formatter, unit, ('b, [> `Msg of string ]) result) format4 -> 'a
Sourceval is_regular_file : string -> bool
Sourceval output_options : string
Sourceval verbosity : Logs.level option Cmdliner.Term.t
Sourceval renderer : Fmt.style_renderer option Cmdliner.Term.t
Sourceval utf_8 : bool Cmdliner.Term.t
Sourceval setup_logs : bool Cmdliner.Term.t
Sourceval output_configuration_options : string
Sourceval margin : int Cmdliner.Term.t
Sourceval indent : [ `Spaces of int | `Tab ] Cmdliner.Term.t
Sourceval tab_width : int Cmdliner.Term.t
Sourceval escape : [> `All_with_hex | `Normal ] Cmdliner.Term.t
Sourceval hex : [> `Lower | `Upper ] Cmdliner.Term.t
Sourceval setup_output_configuration : Bcfg.Out.cfg Cmdliner.Term.t