Is it possible to modify process
?
For example process.argv.push('something')
?
It seems like other modules do not pick up the changes in the arguments.
I want to "trick" another module into acting like some argument was specified when the process was started.
Is process instantiated for each module on load and therefore globally immutable?