Skip to content

Instantly share code, notes, and snippets.

@pfcoperez
Created September 3, 2020 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfcoperez/c97694e572d2b63b4e46fa79c5cad14b to your computer and use it in GitHub Desktop.
Save pfcoperez/c97694e572d2b63b4e46fa79c5cad14b to your computer and use it in GitHub Desktop.
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