Hello! I see there haven't been any releases for a while and I was wondering if you could release a new version soon. I was interested in b1ca232 since right now, one cannot use it in npx zx https://example.com/my-script.
Meanwhile the docs are showing this example with minimist that doesn't work
const myCustomArgv = minimist(process.argv.slice(2), {
boolean: [
'force',
'help',
],
alias: {
h: 'help',
},
})
Sorry for the non-conforming issues 😓
Hello! I see there haven't been any releases for a while and I was wondering if you could release a new version soon. I was interested in b1ca232 since right now, one cannot use it in
npx zx https://example.com/my-script.Meanwhile the docs are showing this example with
minimistthat doesn't workSorry for the non-conforming issues 😓