I have a case class like the following:
case class MyConfig(arg1:String, extraArgs:Map[String,String])
and I would like the following to be p