opt-env-conf-test-0.0.0.0: test_resources/docs/big-config/docs.txt
AnyDocsAnd
[ AnyDocsSingle
SetDoc
{ setDocTryArgument = False
, setDocTrySwitch = False
, setDocTryOption = True
, setDocDasheds = [ DashedLong ('c' :| "onfig-file") ]
, setDocEnvVars = Just ("CONFIG_FILE" :| [])
, setDocConfKeys = Nothing
, setDocDefault = Nothing
, setDocMetavar = Just "FILE_PATH"
, setDocHelp = Just "Path to the configuration file"
}
, AnyDocsSingle
SetDoc
{ setDocTryArgument = False
, setDocTrySwitch = False
, setDocTryOption = False
, setDocDasheds = []
, setDocEnvVars = Nothing
, setDocConfKeys =
Just
(( "big" :| []
, AnyOfSchema
(NullSchema :|
[ MapSchema
(MapSchema
(NumberSchema
(Just
NumberBounds
{ numberBoundsLower = -9.223372036854775808e18
, numberBoundsUpper = 9.223372036854775807e18
})))
])
) :|
[])
, setDocDefault = Nothing
, setDocMetavar = Nothing
, setDocHelp =
Just "multi-line config codec explanation, the same option twice."
}
]