license
license copied to clipboard
license [license] does not work with npx
Running the follow code still triggers the interactive CLI:
npx license [license]
With the example of mit
:
npx license mit
I think this changed in the most recent release since it stopped working for me about 9 months ago.
Also, thank you for this module. It's a core part of my workflow <3
Confirmed. I tried yarn dlx license [license]
and this worked fine. But I like to use npx more.