Liking cljdoc? Tell your friends :D
Clojure only.

clojure.tools.cli.help


dirclj

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

Prints a sorted directory of public vars in a namespace. If a namespace is not
specified :ns-default is used instead.
sourceraw docstring

docclj

(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 function

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 function
sourceraw docstring

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

× close