clojure.tools.cli
F
Format a sequence of summary parts into columns. lens is a sequence of lengths to use for parts. There are two sequenc...
function([lens parts])
G
Extract the map of default options from a sequence of option vectors. As of 0.4.1, this also applies any :default-fn ...
function([option-specs])
M
Given a single compiled option spec, turn it into a formatted string, optionally with its default values if requested.
function([show-defaults? spec])
P
Parse arguments sequence according to given option specifications and the GNU Program Argument Syntax Conventions: ...
function([args option-specs & options])
S
Reduce options specs into a options summary for printing at a terminal. Note that the specs argument should be the com...
function([specs])