opt-env-conf-test-0.0.0.2: test_resources/docs/with-default/opt-docs.txt
AnyDocsOr
[ AnyDocsSingle
(Just
OptDoc
{ optDocTryArgument = False
, optDocTrySwitch = True
, optDocTryOption = False
, optDocDasheds = [ DashedShort 'f' , DashedLong ('f' :| "irst") ]
, optDocDefault = Nothing
, optDocExamples = []
, optDocMetavar = Nothing
, optDocHelp = Just "first"
})
, AnyDocsSingle
(Just
OptDoc
{ optDocTryArgument = False
, optDocTrySwitch = True
, optDocTryOption = False
, optDocDasheds = [ DashedShort 's' , DashedLong ('s' :| "econd") ]
, optDocDefault = Just "Second"
, optDocExamples = []
, optDocMetavar = Nothing
, optDocHelp = Just "second"
})
]