Skip to content

Code that generates process.argv? #38291

Closed Answered by targos
EndBug asked this question in General
Discussion options

You must be logged in to vote

Technically, argv is an array since the beginning of the process (it's one of the arguments passed to the main function to a C++ program: https://en.cppreference.com/w/cpp/language/main_function).
I think it is then split into process.argv and process.execArgv in our C++ code, but I don't know exactly where that happens. /cc @addaleax

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@addaleax
Comment options

Answer selected by addaleax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants