sbt/main
Eugene Yokota 272ada1e74
Improve `show` when key returns a `Seq`
This changes the output to:

```
> show externalDependencyClasspath
[info] Updating {file:/xxx/hello/}root...
[info] Resolving jline#jline;2.12.1 ...
[info] Done updating.
[info] *
Attributed(/Users/xxx/.sbt/boot/scala-2.11.8/lib/scala-library.jar)
[info] *
Attributed(/Users/xxx/.ivy2/cache/commons-io/commons-io/jars/commons-io-
2.4.jar)
```
2016-09-27 14:23:53 +01:00
..
actions/src Replace var/set with withClassLoaderCache 2016-09-26 19:32:11 +10:00
command/src/main/scala/sbt Rename early command to `early(command)` 2016-09-15 03:06:12 -04:00
settings/src Deprecate the old operators `<<=`, `<+=`, and `<++=` (#2716) 2016-08-29 21:15:13 +02:00
src Improve `show` when key returns a `Seq` 2016-09-27 14:23:53 +01:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00