Skip to main content

summarize

function

clojure.tools.cli/summarize

Available in:BBCLJ
(summarize [specs])
Reduce options specs into a options summary for printing at a terminal. Note that the specs argument should be the compiled version. That effectively means that you shouldn't call summarize directly. When you call parse-opts you get back a :summary key which is the result of calling summarize (or your user-supplied :summary-fn option) on the compiled option specs.

No examples yet. Be the first to add one!

Categories