val child_subcommand : (Core__Command.Shape.Exec_info.t, string list) Fieldslib.Field.t
val path_to_exe : (Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t
val working_dir : (Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t
val readme : (Core__Command.Shape.Exec_info.t, string Core__.Import.sexp_option) Fieldslib.Field.t
val summary : (Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t
val fold : init:'acc__0 ‑> summary:('acc__0 ‑> (Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> 'acc__1) ‑> readme:('acc__1 ‑> (Core__Command.Shape.Exec_info.t, string Core__.Import.sexp_option) Fieldslib.Field.t ‑> 'acc__2) ‑> working_dir:('acc__2 ‑> (Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> 'acc__3) ‑> path_to_exe:('acc__3 ‑> (Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> 'acc__4) ‑> child_subcommand:('acc__4 ‑> (Core__Command.Shape.Exec_info.t, string list) Fieldslib.Field.t ‑> 'acc__5) ‑> 'acc__5
val make_creator : summary:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> 'acc__0 ‑> ('input__ ‑> string) * 'acc__1) ‑> readme:((Core__Command.Shape.Exec_info.t, string Core__.Import.sexp_option) Fieldslib.Field.t ‑> 'acc__1 ‑> ('input__ ‑> string Core__.Import.sexp_option) * 'acc__2) ‑> working_dir:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> 'acc__2 ‑> ('input__ ‑> string) * 'acc__3) ‑> path_to_exe:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> 'acc__3 ‑> ('input__ ‑> string) * 'acc__4) ‑> child_subcommand:((Core__Command.Shape.Exec_info.t, string list) Fieldslib.Field.t ‑> 'acc__4 ‑> ('input__ ‑> string list) * 'acc__5) ‑> 'acc__0 ‑> ('input__ ‑> Core__Command.Shape.Exec_info.t) * 'acc__5
val create : summary:string ‑> readme:string Core__.Import.sexp_option ‑> working_dir:string ‑> path_to_exe:string ‑> child_subcommand:string list ‑> Core__Command.Shape.Exec_info.t
val map : summary:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> string) ‑> readme:((Core__Command.Shape.Exec_info.t, string Core__.Import.sexp_option) Fieldslib.Field.t ‑> string Core__.Import.sexp_option) ‑> working_dir:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> string) ‑> path_to_exe:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> string) ‑> child_subcommand:((Core__Command.Shape.Exec_info.t, string list) Fieldslib.Field.t ‑> string list) ‑> Core__Command.Shape.Exec_info.t
val iter : summary:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> unit) ‑> readme:((Core__Command.Shape.Exec_info.t, string Core__.Import.sexp_option) Fieldslib.Field.t ‑> unit) ‑> working_dir:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> unit) ‑> path_to_exe:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> unit) ‑> child_subcommand:((Core__Command.Shape.Exec_info.t, string list) Fieldslib.Field.t ‑> unit) ‑> unit
val for_all : summary:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> bool) ‑> readme:((Core__Command.Shape.Exec_info.t, string Core__.Import.sexp_option) Fieldslib.Field.t ‑> bool) ‑> working_dir:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> bool) ‑> path_to_exe:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> bool) ‑> child_subcommand:((Core__Command.Shape.Exec_info.t, string list) Fieldslib.Field.t ‑> bool) ‑> bool
val exists : summary:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> bool) ‑> readme:((Core__Command.Shape.Exec_info.t, string Core__.Import.sexp_option) Fieldslib.Field.t ‑> bool) ‑> working_dir:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> bool) ‑> path_to_exe:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> bool) ‑> child_subcommand:((Core__Command.Shape.Exec_info.t, string list) Fieldslib.Field.t ‑> bool) ‑> bool
val to_list : summary:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> 'elem__) ‑> readme:((Core__Command.Shape.Exec_info.t, string Core__.Import.sexp_option) Fieldslib.Field.t ‑> 'elem__) ‑> working_dir:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> 'elem__) ‑> path_to_exe:((Core__Command.Shape.Exec_info.t, string) Fieldslib.Field.t ‑> 'elem__) ‑> child_subcommand:((Core__Command.Shape.Exec_info.t, string list) Fieldslib.Field.t ‑> 'elem__) ‑> 'elem__ list
val map_poly : ([< `Read | `Set_and_create ], Core__Command.Shape.Exec_info.t, 'x0) Fieldslib.Field.user ‑> 'x0 list
module Direct : sig ... end