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.RAWTYPESSource
Source
type sub = {sub_name : string;sub_action : unit -> unit;sub_args : TYPES.arg_list;sub_man : TYPES.block list;sub_version : string option;sub_doc : string;
}