New: gengetopt 2.23

Cygwin gengetopt co-Maintainer Brian.Inglis@SystematicSW.ab.ca
Wed Aug 4 16:14:37 GMT 2021


Generates a function to parse and validate command line options.

The missing x86 package has now been added to the Cygwin distribution. 

The following package has been added to the Cygwin distribution:

* gengetopt	2.23

Reads an interface description file, and writes a file containing a
command-line parser function.
Generates a C function that calls the getopt_long function to parse
command line options, to validate them, fill a struct, or output a
usage message.
Can also generate functions to save command line options into an rc
file, and to read command line options from an rc file.
Handles long options starting with '--' and short options starting with
'-' followed by one character, without parameters and with 11 types of
parameters (including flag, int, double, string, and function call)."

For more information see the project home page:

	https://www.gnu.org/software/gengetopt/

or the repo README:

	https://git.savannah.gnu.org/cgit/gengetopt.git/tree/README

Please see below or read /usr/share/doc/gengetopt/NEWS after installation
for details of the latest features:

	https://git.savannah.gnu.org/cgit/gengetopt.git/tree/NEWS

Version 2.23

* Gengen and gengetopt are required when building from git.
  When building from tarball, everything works like it did before.
* To mimic behaviour of coreutils, version string is no longer part of
  --help, and usage is printed before purpose in --help
* Use singular (`[OPTION]...`, `[FILE]...`) instead of plural
  (`[OPTIONS]...`, `[FILES]...`)
* Fix spelling of `--unnamed`. `--unamed` still provided for backwards
  compatibility.
* Drop IRIX compatibility



More information about the Cygwin-announce mailing list