-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
doc: clarify process.argv[1] behavior for -e/--eval #61366
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jeevankumar-S <[email protected]>
|
Can you please restore the line wrapping so this can be reviewed? |
Thanks for the review! I’ve restored the line wrapping to match the original documentation style. Please take another look. |
|
Linter failures to address |
I’ve reordered the reference links and added the missing final newline to address the markdown linter warnings |
|
Hi @aduh95 , for this lint warning, is it better to reorder the reference links or capitalize [program entry point]? |
This PR clarifies the behavior of
process.argv[1]when Node.js is run inno-script execution modes such as
-e/--eval.Fixes: #61363