Spin.Config_file_generatorsval file_of_sexp : Sexplib0.Sexp.t -> filetype cst = | Name of Base.string| Description of Base.string| Message of Base.string| Cfg_string of Prompt_cfg.string_cfg| Cfg_list of Prompt_cfg.list_cfg| Cfg_confirm of Prompt_cfg.confirm_cfg| File of fileval cst_of_sexp : Sexplib0.Sexp.t -> csttype t = {name : Base.string;description : Base.string;message : Base.string Base.option;models : (Base.string * Jingoo.Jg_types.tvalue) Base.list;files : file Base.list;}val t_of_cst :
use_defaults:bool ->
models:(Base.string * Jingoo.Jg_types.tvalue) Base.List.t ->
global_context:Global_context.t Base.option ->
cst Base.list ->
t