zio-config
zio-config copied to clipboard
Allow users to lift values to a descriptor
Pasting one of the questions from Discord, regarding the need of lifting values to a ConfigDescriptor
Is there a way to create a constant ConfigDescriptor
val descriptor = if (someFlag) string("someKey") else const("someFixedValue")