repl task

This commit is contained in:
Dan Motzenbecker 2015-10-04 18:54:05 -04:00
parent de07bcb18a
commit f238e8d9e3
1 changed files with 6 additions and 0 deletions

View File

@ -376,6 +376,12 @@ cli.command 'launch'
launch readConfig()
cli.command 'repl'
.description 'Launch a ClojureScript REPL with background compilation'
.action ->
startRepl readConfig().name
cli.command 'listdevices'
.description 'List available simulator devices by index'
.action ->