sbt-dependency-graph icon indicating copy to clipboard operation
sbt-dependency-graph copied to clipboard

Added support for overriding column length: Resolves issue 173

Open tom-walford opened this issue 6 years ago • 1 comments

This is an MR adding support for overriding the terminal column width when rendering ASCII graphs (e.g. dependencyTree)

This uses the inbuilt sbt 1.0 functionality of asciiGraphWidth to set this value (ensuring consistency with the sbt tasks that also render ascii graphs). There is backported support, which depends on an environment variable SBT_ASCII_GRAPH_WIDTH instead (to avoid complex setting requirements).

tom-walford avatar Jan 22 '19 10:01 tom-walford

@jrudolph Hi, any plan to add this feature? Actually, I am eager to use it in my project.

cho0o0 avatar Jul 30 '19 02:07 cho0o0