- Made argument termination (--) persists across ::addArg calls.
This commit is contained in:
Paul Beckingham 2014-11-09 13:59:40 -05:00
parent a00c5b11c8
commit 6e906e4dbf
2 changed files with 16 additions and 5 deletions

View file

@ -134,6 +134,7 @@ public:
std::vector <std::pair <int, int> > _id_ranges;
std::vector <std::string> _uuid_list;
bool _strict;
bool _terminated;
};
#endif