If an option has been handled, return its value
This commit is contained in:
parent
7a0597dbe3
commit
b9624df86b
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ public:
|
|||
}
|
||||
else if (wants_arg) {
|
||||
if (handled)
|
||||
return string_value(str());
|
||||
return value;
|
||||
else
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue