core.command
Shape.Exec_info
core
core.base_for_tests
core.filename_base
core.heap_block
core.top
core.univ_map
core.validate
type t = {
summary : Base.string;
readme : Base.string Base.option;
working_dir : Base.string;
path_to_exe : Base.string;
child_subcommand : Base.string Base.list;
}
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t
val t_of_sexp : Base.Sexp.t -> t