Make GetCommandLineArgs available in CoreLib

Hey,

I’m often using the AddCommandLine configuration provider, and this one wants a MutableArray<String>. I usually end up referencing mscorlib in my patch to get GetCommandLineArgs, which is not cool because it adds noise to the node browser.

Would it make sense to make it part of the CoreLib, as something advanced maybe?

Cheers!