mirror of
https://github.com/status-im/re-natal.git
synced 2025-02-28 20:20:34 +00:00
repl task
This commit is contained in:
parent
de07bcb18a
commit
f238e8d9e3
@ -376,6 +376,12 @@ cli.command 'launch'
|
|||||||
launch readConfig()
|
launch readConfig()
|
||||||
|
|
||||||
|
|
||||||
|
cli.command 'repl'
|
||||||
|
.description 'Launch a ClojureScript REPL with background compilation'
|
||||||
|
.action ->
|
||||||
|
startRepl readConfig().name
|
||||||
|
|
||||||
|
|
||||||
cli.command 'listdevices'
|
cli.command 'listdevices'
|
||||||
.description 'List available simulator devices by index'
|
.description 'List available simulator devices by index'
|
||||||
.action ->
|
.action ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user