fix
This commit is contained in:
		| @@ -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' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user