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.Dismiss alert
When setting up a helpClass in the oclif config in package.json the Help command does not use the provided class and defaults always to the oclif implementation.
@oclif/plugin-help doesn't use custom help templates so
`ggt sync --help` produces different output compared to
`ggt help sync`. This fixes that.
There's an open issue for this here:
oclif/plugin-help#377
When setting up a
helpClass
in theoclif
config inpackage.json
the Help command does not use the provided class and defaults always to the oclif implementation.Seems to be related to removing the
getHelpClass
in the command, I think it should be using theloadHelpClass
fromoclif/core
to figure out what HelpClass it should use: https://github.com/oclif/plugin-help/blame/095b4b4950ee442c423499ed8ea5e60572216322/src/commands/help.ts#L20The text was updated successfully, but these errors were encountered: