OpenQuery behaviour with Linqpad.exe
I like to open a script in linqpad.exe from the command line with the same behaviour as Util.OpenQuery("path", true, true, ). 
does Linqpad.exe have any arguments that support this?
Comments
- 
            Yes. https://www.linqpad.net/LINQPad6.aspx 6.12 Release Notes You can now call LINQPad6.exe with arguments to instruct LINQPad to open and run a query with results expanded and the code editor hidden: LINQPad6.exe myQuery.linq -run -hideeditor 
- 
            Can we get this in Linqpad5? 
- 
            Also how to pass on arguments? 

