|
About:
Popt is a C library for parsing command line
parameters. Popt was heavily influenced by the
getopt() and getopt_long() functions, but it
improves on them by allowing more powerful
argument expansion. Popt can parse arbitrary
argv[] style arrays and automatically set
variables based on command line arguments. Popt
allows command line arguments to be aliased via
configuration files and includes utility functions
for parsing arbitrary strings into argv[] arrays
using shell-like rules.
Release focus: Minor feature enhancements
Changes:
This release adds POPT_ARG_ARGV to accumulate multiple occurrences of an option string argument into an argv array, and POPT_ARG_LONGLONG to save 64-bit integer option arguments.
Author:
Jeff Johnson <jbj |at| rpm5 |dot| org>
[contact developer]
Homepage:
http://rpm5.org
Tar/GZ:
http://rpm5.org/files/popt/popt-1.14.tar.gz
CVS tree (cvsweb):
http://rpm5.org/cvs/dir?d=popt
Mailing list archive:
http://rpm5.org/community/popt-devel/summary.html
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|