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
The default behavior (i.e. loading ~/.ammonite/predef.scala when the repl is invoked in the initialCommands of any project) in version 0.5.8 has to be done with
~/.ammonite/predef.scala
initialCommands
0.5.8
ammonite.repl.Main( storageBackend = ammonite.repl.Storage.Folder(ammonite.ops.home/".ammonite") ).run()
in v 0.6.0 a short alias to cut out some of that boilerplate would be awesome!
0.6.0
The text was updated successfully, but these errors were encountered:
311619f
Successfully merging a pull request may close this issue.
The default behavior (i.e. loading
~/.ammonite/predef.scala
when the repl is invoked in theinitialCommands
of any project) in version0.5.8
has to be done within v
0.6.0
a short alias to cut out some of that boilerplate would be awesome!
The text was updated successfully, but these errors were encountered: