-
-
Notifications
You must be signed in to change notification settings - Fork 152
Closed
Description
Their is an issue in the validation of the default values .
Example:
meow({
importMeta,
flags: {
string: {
type: 'string',
choices: ['dog', 'cat', 'unicorn'],
default: 'unicorn',
},
},
});
should not throw an error, since 'unicorn' exists within the option choices
.
But instead, it throws the following error:
Each value of the option `default` must exist within the option `choices`. Invalid flags: `--string`.
Metadata
Metadata
Assignees
Labels
No labels