running Lean from the command line
Closed this issue · 1 comments
cipher1024 commented
Instead of calling lean my_file.lean
and having #eval main
in your source file, I recommend you call Lean lean --run my_file.lean
without the #eval
statement. It will run your main function
agentultra commented
Thanks, agreed -- will update that ASAP; or a PR is always welcome.