package ez_cmdliner
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module EZCMD.TYPESSource
Source
type command = {cmd_name : string;cmd_action : unit -> unit;cmd_args : arg_list;cmd_man : Cmdliner.Manpage.block list;cmd_doc : string;
}