Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: allow CLI args in env with NODE_OPTIONS #12028

Merged
merged 1 commit into from
Apr 25, 2017

Commits on Apr 25, 2017

  1. src: allow CLI args in env with NODE_OPTIONS

    Not all CLI options are supported, those that are problematic from a
    security or implementation point of view are disallowed, as are ones
    that are inappropriate (for example, -e, -p, --i), or that only make
    sense when changed with code changes (such as options that change the
    javascript syntax or add new APIs).
    
    PR-URL: nodejs#12028
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
    sam-github committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    f2282bb View commit details
    Browse the repository at this point in the history