If you run "julia -p 0 -i yourfile.jl arg0" and then inspect ARGS variable, you will see that "-p 0 -i" is passed to arguments of your program in addition to "arg0".
Am I missing something or it is a relatively new behaviour?
If you run "julia -p 0 -i yourfile.jl arg0" and then inspect ARGS variable, you will see that "-p 0 -i" is passed to arguments of your program in addition to "arg0".
Am I missing something or it is a relatively new behaviour?