Parser should not have default
This commit is contained in:
parent
cd2336887c
commit
2a535b72ff
@ -80,7 +80,7 @@ class Arguments:
|
||||
|
||||
return parsed_arg
|
||||
|
||||
def _build_args(self, optionlist, parser=None):
|
||||
def _build_args(self, optionlist, parser):
|
||||
|
||||
for val in optionlist:
|
||||
opt = AVAILABLE_CLI_OPTIONS[val]
|
||||
|
Loading…
Reference in New Issue
Block a user