From d38a00598f2a17d80e6ebabc6f6076f5c3916d5a Mon Sep 17 00:00:00 2001 From: David McNelis Date: Mon, 9 Jan 2017 14:38:46 -0500 Subject: [PATCH] Adding a clarifying remark to the whatDependsOn command, to make it clear how to run the command from outside an sbt shell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 285e418e8..e667d9987 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This plugin is an auto-plugin which will be automatically enabled starting from * `dependencyGraph`: Shows an ASCII graph of the project's dependencies on the sbt console * `dependencyList`: Shows a flat list of all transitive dependencies on the sbt console (sorted by organization and name) * `whatDependsOn `: Find out what depends on an artifact. Shows a reverse dependency - tree for the selected module. + tree for the selected module. Enclose the command in quotes (i.e. `sbt "whatDependsOn "` when not using within an sbt shell). * `dependencyLicenseInfo`: show dependencies grouped by declared license * `dependencyStats`: Shows a table with each module a row with (transitive) Jar sizes and number of dependencies * `dependencyGraphMl`: Generates a `.graphml` file with the project's dependencies to `target/dependencies-.graphml`.