I wonder if it makes more sense to use the yaml list syntax for this? I think this will affect how your parser works, but should be a lot better for users. For example
This
fruit: enum(apple, orange, banana)
Would become this
fruit:
- apple
- orange
- banana
Originally posted by @CalebJohn in #5 (comment)
I wonder if it makes more sense to use the yaml list syntax for this? I think this will affect how your parser works, but should be a lot better for users. For example
This
Would become this
Originally posted by @CalebJohn in #5 (comment)