Bind to false to suppress process termination.
Bind to false to suppress process termination.
(-main task version)
(exit)
(exit exit-code & msg)
Exit the process. Rebind exit-process? in order to suppress actual process exits for tools which may want to continue operating. Never call System/exit directly in Leiningen's own process.
Exit the process. Rebind *exit-process?* in order to suppress actual process exits for tools which may want to continue operating. Never call System/exit directly in Leiningen's own process.
(extract-owner+repo git-remote-url)
(generate-changelog-str template-str owner+repo last-version last-version-date)
(get-latest-tag)
(get-owner+repo)
(get-tag-date tag)
(get-today-date)
(info & args)
Print if info (from LEIN_SILENT environment variable) is truthy.
Print if *info* (from LEIN_SILENT environment variable) is truthy.
(init {:keys [version]})
(parse-changelog changelog-str)
(process-line acc line)
(prompt-overwrite)
(release {:keys [version]})
(release-impl next-version today-date changelog-str)
(render-changelog changelog-data next-version today-date)
(run {:keys [task version] :or {task "init" version "0.0.0"}})
(tokenize-line line)
(warn & args)
Print to stderr if info is truthy.
Print to stderr if *info* is truthy.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close