fix
This commit is contained in:
parent
cb6e776a26
commit
f04c66294e
@ -49,7 +49,7 @@ export class ArgSource extends OptionSource {
|
||||
}
|
||||
|
||||
await Promise.all (options.map ((opt) => {
|
||||
if (argv[opt.name] === 'undefined')
|
||||
if (typeof argv[opt.name] === 'undefined')
|
||||
return Promise.resolve ();
|
||||
if (
|
||||
opt.type === 'array'
|
||||
|
Loading…
x
Reference in New Issue
Block a user