type t = Core__Command.Shape.Exec_info.t = {summary : string; | 
readme : string Core__.Import.sexp_option; | 
working_dir : string; | 
path_to_exe : string; | 
child_subcommand : string list; | 
}val bin_t : t Bin_prot.Type_class.tval bin_read_t : t Bin_prot.Read.readerval __bin_read_t__ : (int ‑> t) Bin_prot.Read.readerval bin_reader_t : t Bin_prot.Type_class.readerval bin_size_t : t Bin_prot.Size.sizerval bin_write_t : t Bin_prot.Write.writerval bin_writer_t : t Bin_prot.Type_class.writerval bin_shape_t : Bin_prot.Shape.tval child_subcommand : t ‑> string listval path_to_exe : t ‑> stringval working_dir : t ‑> stringval readme : t ‑> string Core__.Import.sexp_optionval summary : t ‑> stringmodule Fields : sig ... endval t_of_sexp : Sexplib.Sexp.t ‑> tval sexp_of_t : t ‑> Sexplib.Sexp.t