Liking cljdoc? Tell your friends :D

workflo.macros.command


+command-hooks+clj/s

source (clj)source (cljs)

+command-registry+clj/s

source (clj)source (cljs)

defcommandclj/smacro

(defcommand name & forms)
source

defcommand*clj

(defcommand* name forms)
(defcommand* name forms env)
source

process-command-hooksclj/s

(process-command-hooks name args)
source (clj)source (cljs)

register-command!clj/s

(register-command! name def)
source (clj)source (cljs)

register-command-hook!clj/s

(register-command-hook! name hook)
source (clj)source (cljs)

registered-command-hooksclj/s

(registered-command-hooks)
source (clj)source (cljs)

registered-commandsclj/s

(registered-commands)
source (clj)source (cljs)

reset-registered-command-hooks!clj/s

(reset-registered-command-hooks!)
source (clj)source (cljs)

reset-registered-commands!clj/s

(reset-registered-commands!)
source (clj)source (cljs)

resolve-commandclj/s

(resolve-command name)
source (clj)source (cljs)

run-command!clj/s

(run-command! cmd-name data)
(run-command! cmd-name data context)
source (clj)source (cljs)

unregister-command!clj/s

(unregister-command! name)
source (clj)source (cljs)

unregister-command-hook!clj/s

(unregister-command-hook! name hook)
source (clj)source (cljs)

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

× close