mirror of https://github.com/sbt/sbt.git
update session settings display for multi-line changes
This commit is contained in:
parent
b7df87e2d8
commit
ba55430727
|
|
@ -152,7 +152,7 @@ object SessionSettings
|
|||
}
|
||||
def printSettings(settings: Seq[SessionSetting]): Unit =
|
||||
for(((_,stringRep), index) <- settings.zipWithIndex)
|
||||
println(" " + (index+1) + ". " + stringRep)
|
||||
println(" " + (index+1) + ". " + stringRep.mkString("\n"))
|
||||
|
||||
def Help = """session <command>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue