Meow converts the string value '6.0' to the numeric value 6.
const minicli = meow({autoHelp: false, autoVersion: true, pkg, argv: gen});
const options = minicli.flags;
argV provided.
'--flavor', 'default',
'--runtime', '6.0',
returned flags by meow.
flavor: default
runtime: 6
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too