packages feed

opt-env-conf-test-0.0.0.0: test_resources/docs/enable-disable/config-docs.txt

AnyDocsAnd
  [ AnyDocsSingle
      EnvDoc
        { envDocVars = "CONFIG_FILE" :| []
        , envDocDefault = Nothing
        , envDocMetavar = Just "FILE_PATH"
        , envDocHelp = Just "Path to the configuration file"
        }
  , AnyDocsSingle
      EnvDoc
        { envDocVars = "EXAMPLE" :| []
        , envDocDefault = Nothing
        , envDocMetavar = Just "BOOL"
        , envDocHelp = Just "Example of an enable/disable switch"
        }
  ]