-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command-line arg processing is broken #472
Comments
Are the trailing |
Because what about
? |
They're not an error: they should be passed into the program via |
Having any |
Does that mean you can't have multiple |
I don't think so. Perl allows multiple
|
Another example:
We just have to put this logic in |
fix JuliaLang#472 (command line arguments are broken)
The
-e
and'for x in ARGS; println(x); end'
should not be included inARGS
and it should not try to loadfoo
as a source file when the-e
flag is used.The text was updated successfully, but these errors were encountered: