1234567891011121314151617181920212223242526272829303132333435363738(**************************************************************************)(* *)(* Typerex Libraries *)(* *)(* Copyright 2011-2017 OCamlPro SAS *)(* *)(* All rights reserved. This file is distributed under the terms of *)(* the GNU Lesser General Public License version 2.1, with the *)(* special exception on linking described in the file LICENSE. *)(* *)(**************************************************************************)moduleEzcmd=structincludeV2.EZCMDopenTYPESletinfo?docs?docv?envs=info?docs?docv?envsletsub_of_cmdcmd={sub_name=cmd.cmd_name;sub_action=cmd.cmd_action;sub_args=cmd.cmd_args;sub_man=cmd.cmd_man;sub_version=None;sub_doc=cmd.cmd_doc;}letmain_with_subcommands~name?version?default~doc?man?topics?argvcmds=letdefault=matchdefaultwith|None->None|Somecmd->Some(sub_of_cmdcmd)inmain_with_subcommands~name?version?default~doc?man?topics?argv(List.mapsub_of_cmdcmds)letmain?version?argvcmd=main?version?argv(sub_of_cmdcmd)end