API for command-line
- ()
by Chris Houser
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
Usage: (with-command-line args desc cmdspec & body)
Bind locals to command-line args.
Source