-
-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-
--predef
is now --predef-code
and --predef-file
is now `--pre…
…def`, to reflect the more common use case of specifying a predef file rather than some predef code snippet - `ammonite.Main`'s `predef` argument has also become `predefCode`, and it has grown a new `predefFile` arg - `--predef` now always is *in addition to* the predef in `~/.ammonite/predef.sc`. You can use `--no-home-predef` to disable `~/.ammonite/predef.sc` instead. - `~/.ammonite/predefShared.sc` is now gone; if you want to share code between `predef.sc` and `predefScript.sc`, you can `import $exec` a third script from both of those
- Loading branch information
Showing
16 changed files
with
272 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.