Usage: (dir {:keys [ns], :as args})
Prints a sorted directory of public vars in a namespace. If a namespace is not specified :ns-default is used instead.Source
Usage: (doc {:keys [ns fn], :as args})
Print doc for the specified namespace or function. If neither is specified, print docs for :ns-default. Options: :ns Print docs for namespace :fn Print docs for functionSource