Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data AutoSSOOption Source #
Instances
Semigroup AutoSSOOption Source # | |
Defined in Stackctl.AutoSSO (<>) :: AutoSSOOption -> AutoSSOOption -> AutoSSOOption # sconcat :: NonEmpty AutoSSOOption -> AutoSSOOption # stimes :: Integral b => b -> AutoSSOOption -> AutoSSOOption # |
class HasAutoSSOOption env where Source #
autoSSOOptionL :: Lens' env AutoSSOOption Source #
Instances
HasAutoSSOOption Options Source # | |
Defined in Stackctl.Options | |
HasAutoSSOOption options => HasAutoSSOOption (App options) Source # | |
Defined in Stackctl.CLI autoSSOOptionL :: Lens' (App options) AutoSSOOption Source # |
handleAutoSSO :: (MonadUnliftIO m, MonadReader env m, MonadLogger m, HasLogger env, HasAutoSSOOption options) => options -> m a -> m a Source #