package typerex-build

  1. Overview
  2. Docs
type subcmd_spec = {
  1. subcmd_list : (Arg.key * Arg.spec * Arg.doc) list;
  2. subcmd_usage : string list;
  3. subcmd_help : string list;
}
type subcmd_init = unit -> unit
type subcmd_action = string array -> unit