Any module is support npx
like argv parser?
i write a module ynpx
https://github.com/bluelovers/ws-ypx/tree/master/packages/ypx
but i can't found a safe way make input cli argv parse like npx do
ynpx -p xxx yyy -p
what i expected is
all argv befroe yyy
is parse like normally argv parser do
but after yyy
will not parse and keep as source input order