include module type of struct include Core_kernel.Command.Deprecated end
module Spec : sig ... endval summary : Core_kernel.Command.t -> Base.String.tval help_recursive : cmd:Base.String.t -> with_flags:Base.Bool.t -> expand_dots:Base.Bool.t -> Core_kernel.Command.t -> Base.String.t -> (Base.String.t * Base.String.t) Base.List.tval get_flag_names : Core_kernel.Command.t -> Base.String.t Base.List.tval run : t -> cmd:string -> args:string list -> is_help:bool -> is_help_rec:bool -> is_help_rec_flags:bool -> is_expand_dots:bool -> unit