packages feed

opt-env-conf-test-0.0.0.2: test_resources/docs/enable-disable-optional/show.txt

WithConfig
  _
  Nothing
  (Pure _)
  (Alt
     (Alt
        (Check
           Nothing
           True
           _
           (Setting
              Nothing
              (Setting
                 [ DashedLong ('(' :| "enable|disable)-example") ]
                 []
                 False
                 (Just _)
                 False
                 Nothing
                 Nothing
                 Nothing
                 Nothing
                 (Just "Example of an enable/disable switch"))))
        (Alt
           (Check
              Nothing
              True
              _
              (Setting
                 Nothing
                 (Setting
                    [ DashedLong ('d' :| "isable-example") ]
                    []
                    False
                    (Just _)
                    False
                    Nothing
                    Nothing
                    Nothing
                    Nothing
                    Nothing)))
           (Alt
              (Check
                 Nothing
                 True
                 _
                 (Setting
                    Nothing
                    (Setting
                       [ DashedLong ('e' :| "nable-example") ]
                       []
                       False
                       (Just _)
                       False
                       Nothing
                       Nothing
                       Nothing
                       Nothing
                       Nothing)))
              (Alt
                 (Check
                    Nothing
                    True
                    _
                    (Setting
                       Nothing
                       (Setting
                          []
                          [ _ ]
                          False
                          Nothing
                          False
                          (Just ("EXAMPLE" :| []))
                          Nothing
                          Nothing
                          (Just "BOOL")
                          (Just "Example of an enable/disable switch"))))
                 (Check
                    Nothing
                    True
                    _
                    (Setting
                       Nothing
                       (Setting
                          []
                          []
                          False
                          Nothing
                          False
                          Nothing
                          (Just
                             (ConfigValSetting
                                ("example" :| [])
                                BimapCodec
                                _
                                _
                                (EitherCodec PossiblyJointUnion NullCodec (BoolCodec Nothing)) :|
                                []))
                          Nothing
                          Nothing
                          (Just "Example of an enable/disable switch"))))))))
     (Pure _))