Created
September 3, 2020 13:00
-
-
Save pfcoperez/c97694e572d2b63b4e46fa79c5cad14b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
import $ivy.`com.typesafe:config:1.4.0` | |
import com.typesafe.config.ConfigFactory | |
import scala.collection.JavaConverters._ | |
ConfigFactory.parseString(repl.clipboard.read) | |
.entrySet.asScala.map(_.getKey).toSeq.sorted | |
.filter(_.contains("timeout")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment