When extending the `BaseCommand` and setting `strict = false` the CLI is not recognizing `-h` the same way it recognizes the `--help` flag. 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`.
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.