Just filed an issue https://github.com/JuliaLang/julia/issues/7742
пятница, 25 июля 2014 г., 18:34:31 UTC+4 пользователь Tim Holy написал: > > I've not used it myself, but there's also > https://github.com/carlobaldassi/ArgParse.jl > > The mere fact that it's written by Carlo Baldassi makes me suspect it > should > be pretty awesome! > Yes, the package is very nice, but it also deals with ARGS variable and if you try to use it together with interpreter's arguments it will break with "unrecognised option" error > > --Tim > > On Friday, July 25, 2014 07:11:06 AM Kevin Squire wrote: > > I agree that it would be nice if those were consumed. Can you open an > issue? > > > > Cheers, > > Kevin > > > > On Friday, July 25, 2014, Sergey Bartunov <[email protected] > <javascript:>> wrote: > > > I see. For me it is really annoying because I see no way to separate > > > arguments addressed to my program and interpreter's ones. I wonder how > > > others do that. > > > > > > пятница, 25 июля 2014 г., 13:15:39 UTC+4 пользователь Ivar Nesje > написал: > > >> It seems to have been this way since 0.2. > > >> > > >> kl. 11:05:39 UTC+2 fredag 25. juli 2014 skrev Sergey Bartunov > følgende: > > >>> 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? > >
