From 00099dc9d515a59f5686e107984f4f0e9a5d2333 Mon Sep 17 00:00:00 2001 From: Matthew Maravillas Date: Thu, 2 Jun 2011 21:27:06 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 877984f..a86d73a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ lein-multi is a Leiningen plugin for running tasks against multiple dependency s Syntax: -`$ lein multi [args]` +`$ lein multi [--with ] [args]` Specify dependency sets in your project.clj: @@ -17,6 +17,8 @@ Specify dependency sets in your project.clj: Download these dependencies with `lein multi deps` (or by running your tests with `lein multi test`). They will be placed in the folder specified by `:multi-library-path` (default: `multi-lib`). +Run a task against a single dependency set from :multi-deps using the `--with` option followed by the set name as specified in your project.clj. + lein-multi will accept and run other tasks, though the result may not be what you expect. Tasks that do not require a project (currently `new`, `help`, and `version`) are run as normal. Additionally, other tasks may require special handling that isn't yet implemented. For example, `lein multi uberjar` will only create one jar.