popt icon indicating copy to clipboard operation
popt copied to clipboard

C library for parsing command line parameters

Results 6 popt issues
Sort by recently updated
recently updated
newest added

using popt version: mingw-w64-x86_64-popt 1.18-1 using build system: MSYS2 In the attached code ([test.zip](https://github.com/rpm-software-management/popt/files/9149354/test.zip)), option type is "POPT_ARG_NONE" for the option "help", but when I print information in the callback,...

bug

There is no way to find out the library version programmatically. Could we improve it?

enhancement

When calling the callback, the value passed in arg is only valid if the option->argInfo being evaluated is not POPT_ARG_NONE. Fixes: #76

We should cut a new cmake based popt release one of these days...

release

See https://github.com/rpm-software-management/popt/pull/119 if you need motivation. That's getting a little too arcane even for this graying old-schooler.

documentation
enhancement

UBSAN is probably okay even now, but the tests fail if ASAN is enabled due to some leak. So the task here involves chasing down and fixing the leak, and...

enhancement