Popt is a C library for parsing command line parameters. Popt was heavily influenced by the
popt-1.6.4: description + notes
getopt()
andgetopt_long()
functions, but it improves on them by allowing more powerful argument expansion. Popt can parse arbitraryargv
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 intoargv
arrays using shell-like rules.Developers intending to use this distribution for application development should be sure to read the information in FAQ 3.8.
To auto-install this package, go back and click on the respective install icon.