Preferred command line argument parsing library for c++?

I’ve used arg_parser:
http://www.nongnu.org/arg-parser/arg_parser.html

It’s a bit tough linking in boost program_options, but now that we’re building and linking different runtime libraries, it should be easier.