aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2017-06-15 23:15:37 -0400
committerGitHub <noreply@github.com>2017-06-15 23:15:37 -0400
commit494c302e738529ff2113d25910398d7b2b7a196c (patch)
treed67c88d10906647c7fd56229e6e56121a9107744 /README.md
parent618711302b7ea29de651c1f771eb3160e236b339 (diff)
parent09051773461b98d374d1b46dd0a2caa57768ab30 (diff)
downloadcbt-494c302e738529ff2113d25910398d7b2b7a196c.tar.gz
cbt-494c302e738529ff2113d25910398d7b2b7a196c.tar.bz2
cbt-494c302e738529ff2113d25910398d7b2b7a196c.zip
Merge pull request #523 from cvogt/restart
sbt-revolver like restart feature
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 94aa2ab..90dd845 100644
--- a/README.md
+++ b/README.md
@@ -226,6 +226,11 @@ To also clear the screen on each run use:
$ cbt loop clear run
```
+To call and restart the main method on file change (like sbt-revolver)
+```
+$ cbt direct loop restart
+```
+
### Adding tests
The simplest way to add tests is putting a few assertions into the previously