mirror of https://github.com/sbt/sbt.git
**Summary** This adds an --append flag to the dependencyTree input task when used with --out. It allows running dependencyTree in multiple subprojects and appending their outputs to the same target file instead of overwriting. **Solution** - Add Arg.Append in the CLI parsing - When --append is set, write using IO.write(..., append = true) |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||