packages feed

opt-env-conf-test-0.0.0.0: test_resources/docs/yes-no/opt-docs.txt

AnyDocsAnd
  [ AnyDocsSingle
      OptDoc
        { optDocTryArgument = False
        , optDocTrySwitch = False
        , optDocTryOption = True
        , optDocDasheds = [ DashedLong ('c' :| "onfig-file") ]
        , optDocDefault = Nothing
        , optDocMetavar = Just "FILE_PATH"
        , optDocHelp = Just "Path to the configuration file"
        }
  , AnyDocsSingle
      OptDoc
        { optDocTryArgument = False
        , optDocTrySwitch = True
        , optDocTryOption = False
        , optDocDasheds = [ DashedLong ('[' :| "no-]example") ]
        , optDocDefault = Nothing
        , optDocMetavar = Nothing
        , optDocHelp = Just "Example of a yes/no switch"
        }
  ]