leiningen/test_projects/with-aliases2/profiles.clj
2014-09-16 09:16:13 -04:00

6 lines
295 B
Clojure

{:user
{:aliases {"echo" ["with-profile" "+a2" "echo"]
"project" ["with-profile" "+a2" "project"]
"projecta" ["with-profile" "+a2" "project" "a"]
"project-set" ["with-profile" "a2" "project"]
"projecta-set" ["with-profile" "a2" "project" "a"]}}}