the two main things users do: load a menu edn and loop on it
the two main things users do: load a menu edn and loop on it
(load-menu! ctx-atm menu-edn-path)
(load-menu! ctx-atm menu-edn-path prompt-tasks after-tasks)
load the menu specified in the edn file at menu-edn-path
and set up the ctx-atm
context atom with it.
load the menu specified in the edn file at `menu-edn-path` and set up the `ctx-atm` context atom with it.
(loop-menu! ctx-atm)
loop between the user picking options and us performing the chosen action.
loop between the user picking options and us performing the chosen action.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close