zio-config icon indicating copy to clipboard operation
zio-config copied to clipboard

Allow users to lift values to a descriptor

Open afsalthaj opened this issue 2 years ago • 0 comments

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")

afsalthaj avatar Apr 05 '22 00:04 afsalthaj