sbt/main
oolokioo7 b3d6c06731
[2.x] dependencyTree: add `--append` for file output in multi-module builds (#8878)
**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)
2026-03-06 14:53:18 -05:00
..
src [2.x] dependencyTree: add `--append` for file output in multi-module builds (#8878) 2026-03-06 14:53:18 -05:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00