mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-09-03 19:19:54 +02:00
Fixes #83. Adds an overload for positional arguments taking a `std::initializer_list`. When using an `initializer_list` with one argument, the function call is ambiguous matching both `std::string` and `std::vector<std::string>`.