zkat / npx

execute npm package binaries (moved)

Home Page:https://github.com/npm/npx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npx cli argument are not taken

kopax opened this issue · comments

My npx cli argument are not taken,

should I separate the command with -- like when doing npm run <cli> -- <cmd> [...args]?

So it would be:

npx <cli> -- <cmd> [...args]

instead of

npx <cli> <cmd> [...args]