I'm using the scopt library: https://github.com/scopt/scopt
I see that I can define a case class with option names if I know them beforehand. What if I don't know the names of the options that the user will pass? Is there any way for me to capture those option values in a dictionary or something?
Thanks!
Try
opt[Map[String,String]]like sowhich on executing with
outputs