Files
libguestfs/builder
Pino Toscano 0f7bf8f714 OCaml tools: add and use a Getopt module
Add a new Getopt module to mllib, to parse command line arguments with
handlers close to the ones used with Arg, but using getopt(3) (actually
getopt_long_only) to do the real parsing.  This allow us to provide
options for OCaml tools with a syntax similar to the C tools, and use
the additional features getopt offers and Arg does not.
Getopt now handles every part of the command line handling, including
the output of short & long options.

Do a single-step conversion of Common_utils and all the OCaml tools to
the syntax of Getopt.

Move a couple of utility functions from Common_utils to Getopt, since
they fit better there (and Common_utils cannot be used in Getopt, as
the former already uses the latter).

As side-change due to the conversion, extra arguments for sysprep
operation can have more keys for the same argument.
2016-07-13 18:43:32 +02:00
..
2016-05-24 11:26:48 +02:00
2016-01-02 21:19:51 +00:00
2016-03-07 17:36:24 +00:00
2016-01-02 21:19:51 +00:00
2014-01-30 17:05:34 +01:00
2014-01-30 17:05:34 +01:00
2016-01-02 21:19:51 +00:00
2016-01-11 13:42:49 +00:00