summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-01-07 18:18:01 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-01-07 18:34:14 -0800
commit4e996e20cbae77d993ed8e63aeb533ddcc5514dd (patch)
tree916c1a30e856a70fa9c37c982f0deeef8e31dcee /readme.md
parentff1004e0af2ff754bba44dbe9d3505cf80efce97 (diff)
downloadmill-4e996e20cbae77d993ed8e63aeb533ddcc5514dd.tar.gz
mill-4e996e20cbae77d993ed8e63aeb533ddcc5514dd.tar.bz2
mill-4e996e20cbae77d993ed8e63aeb533ddcc5514dd.zip
Remove `--repl` flag, running `mill` without a task selector now drops you into a REPL just like SBT
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 33bd256f..27d29655 100644
--- a/readme.md
+++ b/readme.md
@@ -55,7 +55,7 @@ it via:
```bash
sbt "~bin/test:run core.test"
-sbt "~bin/test:run --repl"
+sbt "~bin/test:run"
```
Lastly, you can generate IntelliJ Scala project files using Mill via
@@ -72,7 +72,7 @@ Mill provides a build REPL, which lets you explore the build interactively and
run `Target`s from Scala code:
```scala
-lihaoyi mill$ bin/target/mill --repl
+lihaoyi mill$ bin/target/mill
Loading...
Compiling (synthetic)/ammonite/predef/interpBridge.sc
Compiling (synthetic)/ammonite/predef/replBridge.sc