You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
As reported in yargs/yargs#1701, using yargs@next with the new strictOptions is not working correctly when using a capitalize alias and setting parserConfiguration({ 'strip-aliased': true }). Here's some working code to reproduce the bug:
@fcastilloec Just following up on this issue, with the latest version of yargs are you able to stop using your workaround, now that I've addressed this bug you shared.
As reported in yargs/yargs#1701, using
yargs@next
with the newstrictOptions
is not working correctly when using a capitalize alias and settingparserConfiguration({ 'strip-aliased': true })
. Here's some working code to reproduce the bug:If you set
'strip-aliased': false
then it fails as it should.The text was updated successfully, but these errors were encountered: