Napkin.Cli.Cleanup.Types
data CleanupCommandOptions #
Constructors
Fields
max. time in seconds for a temp table to be kept
remove temporary table if timestamp is not present in table's name
asks for deletion confirmation
Defined in Napkin.Cli.Cleanup.Types
Associated Types
Methods
from :: CleanupCommandOptions -> Rep CleanupCommandOptions x #
to :: Rep CleanupCommandOptions x -> CleanupCommandOptions #
showsPrec :: Int -> CleanupCommandOptions -> ShowS #
show :: CleanupCommandOptions -> String #
showList :: [CleanupCommandOptions] -> ShowS #