[dev.clj]: docs for reset and go

This commit is contained in:
anatoly 2015-10-25 14:41:24 -04:00
parent 8bbd3472af
commit 82472e3b7b

View file

@ -31,13 +31,13 @@
(tn/refresh-all))
(defn go
"starts all defstate.s"
"starts all states defined by defstate"
[]
(start)
:ready)
(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)
(tn/refresh :after 'dev/go))