diff options
Diffstat (limited to 'command-line-api.html')
-rw-r--r-- | command-line-api.html | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/command-line-api.html b/command-line-api.html index bca10f7a..ea79bf32 100644 --- a/command-line-api.html +++ b/command-line-api.html @@ -53,7 +53,9 @@ namespace. <h1 class="nopad">Table of Contents</h1> <div style="margin-left: 1em;" class="toc-section"> <a href="#toc0">Overview</a> - + <div style="margin-left: 1em;" class="toc-entry"> + <a href="#clojure.contrib.command-line/with-command-line">with-command-line</a> + </div> <br /> </div> </div> @@ -72,7 +74,18 @@ by <span id="author">Chris Houser</span><br /> <br /> <h2>Public Variables and Functions</h2> - +<div id="var-entry"> + <br /> + <hr /> + <h2 id="clojure.contrib.command-line/with-command-line">with-command-line</h2> + <span id="var-type">macro</span><br /> + <pre id="var-usage">Usage: (with-command-line args desc cmdspec & body) +</pre> + <pre id="var-docstr">Bind locals to command-line args.</pre> + + + +</div> </div> |