package core

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

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

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

module Spec : sig ... end
val summary : Command.t -> string
val help_recursive : cmd:string -> with_flags:bool -> expand_dots:bool -> Command.t -> string -> (string * string) list
val run : 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 : Command.t -> string list