= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type block = [
|
`S of string
|
`P of string
|
`Pre of string
|
`I of string * string
|
`Noblank
|
`Blocks of block list
]
type info = {
arg_docs : string option;
arg_docv : string option;
arg_env : env option;
arg_version : string option;
arg_doc : string;
}
module Arg : sig ... end
type command = {
cmd_name : string;
cmd_action : unit -> unit;
cmd_args : arg_list;
cmd_man : Cmdliner.Manpage.block list;
cmd_doc : string;
}