expectArg(): Respect the 'optional' flag
This commit is contained in:
@@ -192,7 +192,7 @@ public:
|
||||
{
|
||||
expectArgs({
|
||||
.label = label,
|
||||
.optional = true,
|
||||
.optional = optional,
|
||||
.handler = {dest}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user