Update man page.

This commit is contained in:
Phil Hagelberg 2013-11-19 21:03:11 -08:00
parent 3d6550985d
commit 7664d18915

View file

@ -6,7 +6,7 @@ lein \- Automate Clojure projects
.SH SYNOPSIS .SH SYNOPSIS
.B lein .B lein
[\fITASK\fR [\fIARGS\fR] [\fI, TASK2\fR [\fIARGS\fR] ...\fR]\fR] [\fITASK\fR [\fIARGS\fR]
.SH DESCRIPTION .SH DESCRIPTION
@ -35,13 +35,16 @@ generate a new project skeleton
run the tests in the TESTS namespaces, or all tests run the tests in the TESTS namespaces, or all tests
.TP .TP
\fBlein repl\fR \fBlein repl\fR
launch an interactive REPL session and socket server launch an interactive REPL session in a networked REPL server
.TP .TP
\fBlein jar\fR \fBlein uberjar\fR
package up the whole project as a .jar file package up the project and its dependencies as a standalone .jar file
.TP .TP
\fBlein install [NAME VERSION]\fR \fBlein install\fR
install a project into your local repository install a project into your local repository
.TP
\fBlein deploy [REPOSITORY]\fR
deploy a library to a remote repository
.SH CONFIGURATION .SH CONFIGURATION
@ -53,25 +56,15 @@ to create a fresh project from which to work, or see the exhaustive
list of configuration options with list of configuration options with
.B lein help sample. .B lein help sample.
You can also have user-level configuration that applies for all You can customize your project map further with profiles; see
projects. The .B lein help profiles
.B ~/.lein/init.clj
file will be loaded every time
Leiningen launches; any arbitrary code may go there. This code is
executed inside Leiningen itself, not in your project. Set the
.B :repl-init
key in project.clj to point to a namespace if you want code executed
inside your project.
You can also manage user-level plugins with the plugin task; see
.B lein help plugin
.SH BUGS .SH BUGS
Check https://github.com/technomancy/leiningen/issues to see if your Check https://github.com/technomancy/leiningen/issues to see if your
problem is a known issue. If not, please open a new issue on that site problem is a known issue. If not, please open a new issue on that site
or join the mailing list at or join the mailing list at
http://groups.google.com/group/leiningen/. Please include the output of http://librelist.com/leiningen/. Please include the output of
.B lein version .B lein version
as well as your as well as your
.B project.clj .B project.clj
@ -82,7 +75,7 @@ file and as much of the relevant code from your project as possible.
Copyright Copyright
.if t \(co .if t \(co
.if n (C) .if n (C)
2009-2012 Phil Hagelberg and contributors. 2009-2013 Phil Hagelberg and contributors.
Distributed under the Eclipse Public License, the same as Clojure Distributed under the Eclipse Public License, the same as Clojure
uses. See the file /usr/share/doc/leiningen/copyright. uses. See the file /usr/share/doc/leiningen/copyright.