dev-cli
dev-cli copied to clipboard
README generation does not work at all for single CLIs
I have a single CLI (TypeScript) and I just realized that there are no commands in the command section of my readme. I found that this is the behavior for completely new single CLIs as well. This seems to have been an issue for a while (#100, #121).
Is there any workaround and are there any plans to fix this?
@marikaner try adding the tags in your readme they list on their NPM page: https://www.npmjs.com/package/@oclif/dev-cli
I was dealing with the same problem, after I manually added those, things generated appropriately. It was just not obvious from a command line why it wasn't working at first.