Module Core_command.Deprecated

module Deprecated: sig .. end
Should be used only by Core_extended.Command.

module Spec: sig .. end
val summary : Core_command.t -> string
val help_recursive : cmd:string ->
with_flags:bool ->
expand_dots:bool -> Core_command.t -> string -> (string * string) list
val run : Core_command.t ->
cmd:string ->
args:string list ->
is_help:bool ->
is_help_rec:bool -> is_help_rec_flags:bool -> is_expand_dots:bool -> unit
val get_flag_names : Core_command.t -> string list