BatOptParseModules for GNU getopt(3)-style command line parsing.
module Opt : sig ... endThis module contains the basic functions and types for defining new option types and accessing the values of options.
module StdOpt : sig ... endThis module contains various standard options.
module Formatter : sig ... endThis module contains the types and functions for implementing custom usage message formatters.
module OptParser : sig ... endThis module contains the option parser itself.