Liking cljdoc? Tell your friends :D

leiningen.help

Display a list of tasks or help for a given task.

Display a list of tasks or help for a given task.
raw docstring

docstringsclj

source

helpclj

(help project)
(help project task)
(help project task subtask)

Display a list of tasks or help for a given task or subtask.

Also provides readme, faq, tutorial, news, sample, profiles, deploying, mixed-source, templates, and copying info.

Display a list of tasks or help for a given task or subtask.

Also provides readme, faq, tutorial, news, sample, profiles,
deploying, mixed-source, templates, and copying info.
sourceraw docstring

help-forclj

(help-for task-name)
(help-for project task-name)

Returns a string containing help for a task. Looks for a function named 'help' in the subtask's namespace, then a docstring on the task, then a docstring on the task ns.

Returns a string containing help for a task.
Looks for a function named 'help' in the subtask's namespace, then a docstring
on the task, then a docstring on the task ns.
sourceraw docstring

help-for-subtaskclj

(help-for-subtask task-name subtask-name)
(help-for-subtask project task-name subtask-name)

Returns a string containing help for a subtask. Looks for a function named 'help-<subtask>' in the subtask's namespace, using the subtask's docstring if the help function is not found.

Returns a string containing help for a subtask.
Looks for a function named 'help-<subtask>' in the subtask's namespace,
using the subtask's docstring if the help function is not found.
sourceraw docstring

help-summary-forclj

(help-summary-for task-ns)
source

subtask-help-forclj

(subtask-help-for task-ns task)
source

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

× close