Stackctl.Options
data Options Source #
Defined in Stackctl.Options
Methods
(<>) :: Options -> Options -> Options #
sconcat :: NonEmpty Options -> Options #
stimes :: Integral b => b -> Options -> Options #
Associated Types
type Rep Options :: Type -> Type #
from :: Options -> Rep Options x #
to :: Rep Options x -> Options #
autoSSOOptionL :: Lens' Options AutoSSOOption Source #
colorOptionL :: Lens' Options (Maybe ColorOption) Source #
directoryOptionL :: Lens' Options DirectoryOption Source #
filterOptionL :: Lens' Options FilterOption Source #
verboseOptionL :: Lens' Options Verbosity Source #
envParser :: Parser Error Options Source #
optionsParser :: Parser Options Source #