Skip to content
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

--eval command line option does not work #2775

Closed
aviks opened this issue Apr 6, 2013 · 1 comment
Closed

--eval command line option does not work #2775

aviks opened this issue Apr 6, 2013 · 1 comment

Comments

@aviks
Copy link
Member

aviks commented Apr 6, 2013

$./julia -h 
...
-e --eval=<expr>         Evaluate <expr>
...
$./julia --eval  "a=rand(100); println(size(a))" 
ERROR: unknown option: --eval
 in process_options at client.jl:253
 in _start at client.jl:329
$./julia -e  "a=rand(100); println(size(a))" 
(100,)
@aviks
Copy link
Member Author

aviks commented Apr 6, 2013

That was 14 minutes. Has to be some sort of a record!

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant