mirror of https://github.com/jarro2783/cxxopts.git
Don't count default values
This commit is contained in:
parent
6c946a413a
commit
7eb1bfbec1
|
|
@ -609,7 +609,6 @@ namespace cxxopts
|
|||
parse_default()
|
||||
{
|
||||
m_value->parse();
|
||||
++m_count;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in New Issue