Is it possible to use $> julia -L filename.jl --env=test and pass the additional args to the script, rather than to julia?
I tried using various combinations, with and without -- but to no avail. -L seems to always gobble everything following it. $> julia -L filename.jl --env=test ERROR: unknown option `--env=test` $> julia -L filename.jl -- --env=test ERROR: could not open file /Users/adrian/Dropbox/Projects/jinnie/-- Cheers!
