We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd091ef commit 93d35e0Copy full SHA for 93d35e0
compiler/test-resources/repl/init-script-flag
@@ -0,0 +1,5 @@
1
+scala>:reset --repl-init-script:'println("Hello from init script!")'
2
+Resetting REPL state with the following settings:
3
+ --repl-init-script:println("Hello from init script!")
4
+
5
+Hello from init script!
0 commit comments