Extracting values from a `Schema.Literal` for `Options.choice()` in @effect/cli
Is there a way to get an array of values from a
I'm specifically trying to use a literal's possible values to populate
Schema.Literal?I'm specifically trying to use a literal's possible values to populate
@effect/cli's Options.choice(). Something like this: