[dev.clj]: docs for reset and go
This commit is contained in:
parent
8bbd3472af
commit
82472e3b7b
1 changed files with 2 additions and 2 deletions
|
|
@ -31,13 +31,13 @@
|
||||||
(tn/refresh-all))
|
(tn/refresh-all))
|
||||||
|
|
||||||
(defn go
|
(defn go
|
||||||
"starts all defstate.s"
|
"starts all states defined by defstate"
|
||||||
[]
|
[]
|
||||||
(start)
|
(start)
|
||||||
:ready)
|
:ready)
|
||||||
|
|
||||||
(defn reset
|
(defn reset
|
||||||
"stops all defstates, reloads modified source files, and restarts defstates"
|
"stops all states defined by defstate, reloads modified source files, and restarts the states"
|
||||||
[]
|
[]
|
||||||
(stop)
|
(stop)
|
||||||
(tn/refresh :after 'dev/go))
|
(tn/refresh :after 'dev/go))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue