package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Deprecated should be used only by Deprecated_command. At some point it will go away.

include module type of struct include Core_kernel.Command.Deprecated end

Deprecated should be used only by Deprecated_command. At some point it will go away.

Deprecated should be used only by Deprecated_command. At some point it will go away.

val 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.t
val run : t -> cmd:string -> args:string list -> is_help:bool -> is_help_rec:bool -> is_help_rec_flags:bool -> is_expand_dots:bool -> unit