We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da8ce2 commit 788a13dCopy full SHA for 788a13d
src/compiler/scala/tools/nsc/GenericRunnerCommand.scala
@@ -94,12 +94,12 @@ Other startup options:
94
95
-i <file> preload <file> before starting the REPL
96
-I <file> preload <file>, enforcing line-by-line interpretation
97
- -e <string> execute <string> as if entered in the REPL
+ -e <string> execute <string> as if it were in a source file
98
-save save the compiled script in a jar for future use
99
100
If the runner does not correctly guess how to run the target:
101
102
- -howtorun what to run <script|object|jar|guess> (default: guess)
+ -howtorun what to run <script|object|jar|repl|guess> (default: guess)
103
%n"""
104
}
105
0 commit comments