Bcfg_queryval 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 ])
resultval 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 ]val input : string option Cmdliner.Term.tval query : string Cmdliner.Term.tval output_format : [> `Bcfg | `Json ] Cmdliner.Term.tval term : int Cmdliner.Term.tval cmd : int Cmdliner.Cmd.t