Closed shinout closed 8 years ago
fix #24
Args with '=' are regarded as declaration of environment variables until one without '=' appears.
ABC=xxx XYZ=123 node server.js abc=xxx # | | | | | # | | | command-args # env-vars command
OK, I'll resend PR.
@jkrems Hi, what do you think of this?
fix #24
Args with '=' are regarded as declaration of environment variables until one without '=' appears.