Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Documentation
data DestroySettings Source #
Instances
Show DestroySettings Source # | |
Defined in Cloudy.Cmd.Destroy showsPrec :: Int -> DestroySettings -> ShowS # show :: DestroySettings -> String # showList :: [DestroySettings] -> ShowS # |
data ScalewayDestroySettings Source #
Instances
Show ScalewayDestroySettings Source # | |
Defined in Cloudy.Cmd.Destroy showsPrec :: Int -> ScalewayDestroySettings -> ShowS # show :: ScalewayDestroySettings -> String # showList :: [ScalewayDestroySettings] -> ShowS # |
runDestroy :: LocalConfFileOpts -> DestroyCliOpts -> IO () Source #