(get-default-options option-specs)
Extract the map of default options from a sequence of option vectors.
Source
(defn ^{:added "0.3.2"} get-default-options
"Extract the map of default options from a sequence of option vectors."
[option-specs]
(default-option-map (compile-option-specs option-specs)))