opt-env-conf-test-0.0.0.5: test_resources/docs/sub-settings/env-docs.txt
AnyDocsAnd
[ AnyDocsOr []
, AnyDocsSingle
ConfDoc
{ confDocKeys =
( "foo" :| [ "bar" , "quux" ]
, AnyOfSchema
(NullSchema :|
[ StringSchema
StringBounds
{ stringBoundsMinLength = Nothing
, stringBoundsMaxLength = Nothing
}
])
) :|
[]
, confDocDefault = Nothing
, confDocExamples = []
, confDocHelp = Just "Example with sub-settings"
}
]