popl
popl copied to clipboard
Header-only C++ program options parser library
There seems to be a parsing difference between `--foo bar` and `--foo=bar` if argument is declared implicit. The former is parsed as "Use `--foo` but with the default value" followed...
Simple syntax for checking if Switch flags are set.
The idea is to check option boundaries while parsing to naturally deny wrong arguments, i.e. passing negative or too big values
Usual case for emulation programs, like sde or gdb, is to pass first arguments to the emulator, and let the guest application handle latter arguments. To support this behavior, we...
When popl is included in a project as a git submodule, we don't need to build examples and tests - so I set the options to OFF by default.