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
From marionebl/svg-term-cli@fe5d2a6#r26544549
Test case:
node test.js --cursor=false
// test.js const cli = require('meow')(``, { flags: { cursor: { type: 'boolean' } } }); console.log(typeof cli.flags.cursor); // string
It should output false.
false
The text was updated successfully, but these errors were encountered:
feat: optimize output via svgo
fe5d2a6
closes #6
Add test to check boolean flag type enforcement
dc8e32a
Resolves sindresorhus#74
Add test to check boolean flag type enforcement (#75)
51ce745
Resolves #74
No branches or pull requests
From marionebl/svg-term-cli@fe5d2a6#r26544549
Test case:
It should output
false
.The text was updated successfully, but these errors were encountered: