dev-cli icon indicating copy to clipboard operation
dev-cli copied to clipboard

the README gen is not working correctly

Open mshanemc opened this issue 6 years ago • 1 comments

The readme file was behaving well until recently. Not sure what caused this:

https://github.com/mshanemc/shane-sfdx-plugins

It's having trouble finding the command names?

mshanemc avatar Apr 15 '19 14:04 mshanemc

Hey Shane, I ran into the same issue developing SFDX commands. After I added some tags and regenerated based on what is listed on their NPM repo (albeit v 1.22) seemed to work, haven't tested with the latest version.

Reference: https://www.npmjs.com/package/@oclif/dev-cli

Last example at the bottom of the page.

It would be helpful if the command provided some kind of feedback when not finding those tags to do the generation nonetheless.

trebleCode avatar Jul 19 '21 16:07 trebleCode