Skip to content

Commit

Permalink
Add überjar alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Dec 26, 2009
1 parent 4fdad15 commit 069a96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/leiningen/core.clj
Expand Up @@ -48,8 +48,8 @@
(abort "No project.clj found in this directory."))))
([] (read-project "project.clj")))

(def aliases {"--help" "help" "-h" "help" "-?" "help"
"-v" "version" "--version" "version"})
(def aliases {"--help" "help" "-h" "help" "-?" "help" "-v" "version"
"--version" "version" "überjar" "uberjar"})

(def no-project-needed #{"new" "help" "version"})

Expand Down

0 comments on commit 069a96f

Please sign in to comment.