M. Kocher

Results 3 issues of M. Kocher

It appears that every line is output as a separate result from Ammonite. ```scala val evenRecords = records.filter(r => (r.alpha % 2 == 0)) val someRecords = records.slice(0,2) ``` Which...

**Is your feature request related to a problem? Please describe.** The default value of the scala version should be communicated in the output of `--help` for the relevant subcommands as...

enhancement