kopax opened this issue 7 years ago · 0 comments
My npx cli argument are not taken,
should I separate the command with -- like when doing npm run <cli> -- <cmd> [...args]?
--
npm run <cli> -- <cmd> [...args]
So it would be:
npx <cli> -- <cmd> [...args]
instead of
npx <cli> <cmd> [...args]