zkat / npx

execute npm package binaries (moved)
https://github.com/npm/npx
Other
2.63k stars 105 forks source link

(Hacky) allow -c to consume extra arguments #185

Open glenjamin opened 6 years ago

glenjamin commented 6 years ago

This is a proof-of-concept for #184

I'm not really happy with the implementation here, but I think doing it any tidier would require much more invasive changes into the parse-args code.

I figure I'd post this up now and it'll give something to talk about and decide if this is worth progressing.