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 6fd1e43 commit 8402cc9Copy full SHA for 8402cc9
website/docs/commands/repl.md
@@ -26,10 +26,17 @@ Scala CLI by default uses the normal Scala REPL.
26
27
If you prefer to use the [Ammonite REPL](https://ammonite.io/#Ammonite-REPL), specify `--amm` to launch it rather than the default REPL:
28
29
+:::caution
30
+Using the Ammonite REPL is restricted and requires setting the `--power` option to be used.
31
+You can pass it explicitly or set it globally by running:
32
+
33
+ scala-cli config power true
34
+:::
35
36
<ChainedSnippets>
37
38
```bash ignore
-scala-cli repl --amm
39
+scala-cli --power repl --amm
40
```
41
42
```text
0 commit comments