cxxopts/test
Jarryd Beck 848880d931 Fix arguments after -- without declared positional
Fixes #36. This fixes handling arguments passed after `--` when no
positional arguments have been declared, or when the positional
arguments have all been used up. The bug was that the extra arguments
were lost. Now they are retained in the modified argv.
2017-05-06 14:16:00 +10:00
..
.gitignore ignore built files 2016-08-26 08:26:42 +10:00
catch.hpp add testing 2016-08-25 08:49:56 +10:00
CMakeLists.txt Use cmake interface library 2016-12-03 07:50:14 +11:00
options.cpp Fix arguments after -- without declared positional 2017-05-06 14:16:00 +10:00