include module type of struct include Core_kernel.Command.Shape end
module Flag_info : sig ... endmodule Base_info : sig ... endmodule Group_info : sig ... endmodule Exec_info : sig ... endtype t = | Basic of Base_info.t |
| Group of t Group_info.t |
| Exec of Exec_info.t * Base.Unit.t -> t |
| Lazy of t Core_kernel.Lazy.t |
module Fully_forced : sig ... end with type Fully_forced.shape := tFully forced shapes are comparable and serializable.
Get the help text for a command shape.
The Path.t argument should be the path that identifies the shape argument.
expand_dots: expand subcommands in recursive help. (default: false) This is the same as the help subcommand's "-expand-dots" flag.
flags: show flags in recursive help. (default: false) This is the same as the help subcommand's "-flags" flag.
recursive: show subcommands of subcommands. (default: false) This is the same as the help subcommand's "-recursive" flag.