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

doc: shell option for the execFile and execFileSync functions #18237

Closed
wants to merge 2 commits into from
Closed

doc: shell option for the execFile and execFileSync functions #18237

wants to merge 2 commits into from

Commits on Jan 18, 2018

  1. doc: shell option for the execFile and execFileSync functions

    Useful for executing in a shell because it accepts arguments as
    an array instead of a string as exec does.
    Depending on the circumstances,
    that can prove to be useful if the arguments are already prepared.
    
    Fixes: #18199
    jvelezpo committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    be833de View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. doc: add boolean or string to shell option and also a nice note after…

    … each method
    
    Useful for executing in a shell because it accepts arguments as
    an array instead of a string as exec does.
    Depending on the circumstances,
    that can prove to be useful if the arguments are already prepared.
    
    Fixes: #18199
    jvelezpo committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    eae920a View commit details
    Browse the repository at this point in the history