From 09051773461b98d374d1b46dd0a2caa57768ab30 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Thu, 15 Jun 2017 22:38:53 -0400 Subject: add sbt-resolver like restart feature --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3