mirror of https://github.com/jarro2783/cxxopts.git
Merge pull request #24 from nocnokneo/dont-count-default-values
Don't count default values
This commit is contained in:
commit
ed28e72b86
|
|
@ -609,7 +609,6 @@ namespace cxxopts
|
|||
parse_default()
|
||||
{
|
||||
m_value->parse();
|
||||
++m_count;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in New Issue