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
When calling an ammonite script ./amm myscript.scala some args, I should be able to access "some" and "args" inside myscript.scala
./amm myscript.scala some args
"some"
"args"
myscript.scala
The text was updated successfully, but these errors were encountered:
Fixed by 7606f6b
Sorry, something went wrong.
No branches or pull requests
When calling an ammonite script
./amm myscript.scala some args
, I should be able to access"some"
and"args"
insidemyscript.scala
The text was updated successfully, but these errors were encountered: