Forked from ikenna/print system and environment properties in sbt console
Last active
August 20, 2018 16:08
-
-
Save mpicker0/19b8f00f307c0e9e9caef6015f437ae1 to your computer and use it in GitHub Desktop.
SBT print system properties and env proprties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sbt> eval new scala.sys.SystemProperties().toSeq.sortBy(_._1).foreach(println _) | |
sbt> eval scala.sys.env.toSeq.sortBy(_._1).foreach(println _) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment