zkat/npx

npx cli argument are not taken

kopax opened this issue · 0 comments

kopax commented

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]