"repl": { "initialCommands": { "Adventure": [ "import o1.adventure._" ] }, "arguments": "-new-syntax -feature -deprecation -explain-types"}
Arguments for the Scala compiler of the REPL.
A map from a module name to an array of commands that get run when opening the REPL for the given module.