napkin-1.0.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Napkin.Cli.Cleanup.Types

Documentation

data CleanupCommandOptions #

Constructors

CleanupCommandOptions 

Fields

Instances

Instances details
Generic CleanupCommandOptions # 
Instance details

Defined in Napkin.Cli.Cleanup.Types

Associated Types

type Rep CleanupCommandOptions :: Type -> Type #

Show CleanupCommandOptions # 
Instance details

Defined in Napkin.Cli.Cleanup.Types

type Rep CleanupCommandOptions # 
Instance details

Defined in Napkin.Cli.Cleanup.Types

type Rep CleanupCommandOptions = D1 ('MetaData "CleanupCommandOptions" "Napkin.Cli.Cleanup.Types" "napkin-1.0.0-B79azc00rn1K8mj00hwhwG" 'False) (C1 ('MetaCons "CleanupCommandOptions" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxTempDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 NominalDiffTime) :*: S1 ('MetaSel ('Just "cleanupLegacy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "force") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "tableSelectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [RunTableSelector]))))