expectArg(): Respect the 'optional' flag
This commit is contained in:
parent
2e5ff87d0e
commit
7b2ae472ff
|
@ -192,7 +192,7 @@ public:
|
|||
{
|
||||
expectArgs({
|
||||
.label = label,
|
||||
.optional = true,
|
||||
.optional = optional,
|
||||
.handler = {dest}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue