Adding a clarifying remark to the whatDependsOn command, to make it clear how to run the command from outside an sbt shell

This commit is contained in:
David McNelis 2017-01-09 14:38:46 -05:00
parent e397e5b6d2
commit d38a00598f
1 changed files with 1 additions and 1 deletions

View File

@ -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 <organization> <module> <revision>`: 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 <org> <module> <version>"` 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-<config>.graphml`.