api
blog
github
login / sign up
ClojureDocs
(beta)
leiningen
Namespaces
lancet
leiningen
checkout-deps
classpath
clean
compile
core
deps
help
install
jar
new
pom
repl
test
uberjar
version
doc
source
examples
comments
1.2.0 permalink
1.2.0
get-arglists
leiningen.help
(get-arglists task)
0
Examples
top
Log in to add / edit an example.
See Also
top
Log in to add a see also.
Source
leiningen/help.clj:9
top
(defn get-arglists [task] (for [args (:arglists (meta task))] (vec (remove #(= 'project %) args))))
© leiningen See
http://github.com/technomancy/leiningen
for copyright and license details.
Vars in
leiningen.help/
get-arglists:
=
defn
for
remove
vec
Used in 0 other vars
Comments
top
No comments for
get-arglists
. Log in to add a comment.
Comments top
No comments for get-arglists. Log in to add a comment.