Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Aug 22, 2023. It is now read-only.
This repository was archived by the owner on Aug 22, 2023. It is now read-only.
There was an error while loading. Please reload this page.
false #256
When extending the
BaseCommandand settingstrict = falsethe CLI is not recognizing-hthe same way it recognizes the--helpflag.Issues seems to be in the method at https://github.com/oclif/command/blob/master/src/command.ts#L203 where its only accounting for
--help.