API for clojure.tools.cli.help - tools.deps.alpha 0.15.1255-SNAPSHOT (in development)


Full namespace name: clojure.tools.cli.help

Overview





Public Variables and Functions



dir

function
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
  


doc

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

    
    
    Source
  
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.