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

README generation does not work at all for single CLIs

Open marikaner opened this issue 4 years ago • 1 comments

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 avatar Apr 09 '21 09:04 marikaner

@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.

trebleCode avatar Jul 19 '21 16:07 trebleCode