API for command-line - clojure-contrib v1.3 (in development)

by Chris Houser

clojure-contrib is now deprecated

clojure-contrib is no longer being developed or maintained.

Rather than a single, monolithic, contributions library, Clojure now has a set of separate libraries for each unit of functionality. The libraries are in the Clojure GitHub organization at https://github.com/clojure. API documentation of the libraries can be found at https://clojure.github.io.

If you're looking for a specific function or namespace from the old clojure-contrib, see "Where Did Clojure.Contrib Go".


Full namespace name: clojure.contrib.command-line

Overview

Process command-line arguments according to a given cmdspec

Public Variables and Functions



with-command-line

macro
This library, clojure-contrib, is deprecated. See here for more information.
Usage: (with-command-line args desc cmdspec & body)
Bind locals to command-line args.
Source
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.