You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vdemedes Sure, but now all the places we use those things have to do an additional argument parsing. Even worse when we want to send arrays and more complex data structures down to the child process, like with the --require PR. Would be much nicer if anywhere we wanted to use the info from the parent process we could just JSON.parse(process.argv[2]).
From: #296 (comment)
Currently we just proxy the CLI args manually. We should instead just JSON.stringify all the data we want to pass and pass it as the only argument.
The text was updated successfully, but these errors were encountered: