fig
fig copied to clipboard
Make Configuration recursive
config("one.two")("three")("four.five").as[Int]
Useful for passing subtrees around without all modules having to know their absolute path.