Closed gaeljw closed 3 years ago
Aims to solve #232
I didn't use default values inside the case class definition as I saw a separate val DefaultOptions in the companion object. Though I'm not sure why it was done like this in the first place.
val DefaultOptions
@jbwheatley Any idea of when this can be included in a release? Any time is fine, it's just to have an idea :)
thanks for the prod, will run a release this afternoon
Thanks to you :)
Aims to solve #232
I didn't use default values inside the case class definition as I saw a separate
val DefaultOptions
in the companion object. Though I'm not sure why it was done like this in the first place.