-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Questionfurther information is requestedfurther information is requested
Description
When having this code:
// my-program.js
var output = nopt({
val: [Number, null]
}, {}, process.argv, 2);then attempting this cli command:
$ node my-program.js
gives me:
var output = { "val" : null};Which is okay. However, I dont think the following should happen, should it?:
output.val === null // => false
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Questionfurther information is requestedfurther information is requested