Liking cljdoc? Tell your friends :D

grape.cli


-mainclj

(-main & args)
source

cli-optionsclj

source

join-linesclj

(join-lines s)
source

list-clojure-filesclj

(list-clojure-files root)
source

match-source!clj

(match-source! {:keys [code path]}
               pattern
               {:keys [show-filename? trailing-newline?] :as options})

Match a pattern against a source and print all matches.

Match a pattern against a source and print all matches.
sourceraw docstring

parse-argsclj

(parse-args args)
source

prepend-line-numbersclj

(prepend-line-numbers start-line mode lines)

Prepend line numbers to each line in a sequence. Lines are left-padded with spaces. The mode can be :first (prepend the first line only) or :all.

Prepend line numbers to each line in a sequence. Lines are left-padded with spaces.
The mode can be :first (prepend the first line only) or :all.
sourceraw docstring

split-linesclj

(split-lines s)

clojure.string/split-lines that preserves trailing newlines and carriage returns.

clojure.string/split-lines that preserves trailing newlines and carriage returns.
sourceraw docstring

unindent-linesclj

(unindent-lines lines)

Unindent lines. Return a sequence of lines to be later joined with '\n'.

Unindent lines. Return a sequence of lines to be later joined with '\n'.
sourceraw docstring

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

× close