We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
That's not currently possible. It's easy enough to check the input manually and throw an error if it's not valid.
Sorry, something went wrong.
Since this is simple to do, it’d make it all the more convenient for meow to support this. It could be an option (like isRequired for flags):
meow
isRequired
const cli = meow({ // … inputIsRequired: true, });
I think a simple boolean would be enough, but a function could be accepted like IsRequired for completeness.
IsRequired
We may want more options for the input in the future, so I would go with {input: {isRequired: true}}.
input
{input: {isRequired: true}}
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: