diff options
author | Tom Faulhaber <git_net@infolace.com> | 2010-06-02 10:37:21 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2010-06-02 10:37:21 -0700 |
commit | b9907dc35b12f46c584f426aacc61b4375f9ea8c (patch) | |
tree | 44ff032954e524248911e15bd55316513fa04cc2 /command-line-api.html | |
parent | 7a8e827f2e15566dcdf72e01bebfb28360adeea4 (diff) |
Autodoc commit for master/4fe738db, 1.1.x/d132c5f1
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> |