If my package.json package name has a hyphen in it, `lib.cli` returns a code example with, for example: `lib.x.hyphen-package['@dev']...` instead of `lib.x['hyphen-package']['@dev']...`
If my package.json package name has a hyphen in it,
lib.clireturns a code example with, for example:lib.x.hyphen-package['@dev']...instead of
lib.x['hyphen-package']['@dev']...