Liking cljdoc? Tell your friends :D

brimley.core

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
raw docstring

load-menu!clj

(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.
sourceraw docstring

loop-menu!clj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close