Source file vendored_cmdliner.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module Manpage = Cmdliner_manpage
module Term = struct
include Cmdliner_term
include Cmdliner_term_deprecated
end
module Cmd = struct
module Exit = Cmdliner_info.Exit
module Env = Cmdliner_info.Env
include Cmdliner_cmd
include Cmdliner_eval
end
module Arg = Cmdliner_arg