Module Bcfg_querySource

Sourceval (let@) : (unit -> unit) -> (unit -> 'a) -> 'a
Sourceval (let*) : ('a, 'b) result -> ('a -> ('c, 'b) result) -> ('c, 'b) result
Sourceval run : 'a -> Bcfg.Out.cfg -> [< `Bcfg | `Json ] -> string -> string option -> (int, [> `Lexer_error of Bcfg.Txtloc.t * [ `Invalid_character of char | `Message of string ] | `Msg of string | `Parser_error of Bcfg.Txtloc.t * (Bcfg.Error.state * Bcfg.Error.t) option | `Rejected ]) result
Sourceval to_msg : [< `Lexer_error of Bcfg.Txtloc.t * [ `Invalid_character of char | `Message of string ] | `Msg of string | `Parser_error of Bcfg.Txtloc.t * (Bcfg.Error.state * Bcfg.Error.t) option | `Rejected ] -> [> `Msg of string ]
Sourceval input : string option Cmdliner.Term.t
Sourceval query : string Cmdliner.Term.t
Sourceval output_format : [> `Bcfg | `Json ] Cmdliner.Term.t
Sourceval term : int Cmdliner.Term.t
Sourceval cmd : int Cmdliner.Cmd.t