opt-env-conf-test-0.0.0.2: test_resources/docs/yes-no-optional/opt-docs.txt
AnyDocsOr
[ AnyDocsSingle
(Just
OptDoc
{ optDocTryArgument = False
, optDocTrySwitch = True
, optDocTryOption = False
, optDocDasheds = [ DashedLong ('[' :| "no-]example") ]
, optDocDefault = Nothing
, optDocExamples = []
, optDocMetavar = Nothing
, optDocHelp = Just "Example of a yes/no switch"
})
, AnyDocsSingle Nothing
, AnyDocsSingle Nothing
]