module ArgExt:Parsing of command line argumentssig..end
val global_options : (Arg.key * Arg.spec * Arg.doc) list Pervasives.refval add_global_options : (Arg.key * Arg.spec * Arg.doc) list -> unittype help_extent =
| |
NoSubCommand |
| |
SubCommand of |
| |
AllSubCommand |
type help_style =
| |
Markdown |
| |
Output |
val pp_print_help : help_extent -> help_style -> Format.formatter -> unit -> unitval parse : unit -> unit -> unit