Copyright | (c) Soostone Inc 2020 |
---|---|
License | AllRightsReserved |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
data SelectorSubject #
Instances
Show SelectorSubject # | |
Defined in Napkin.Cli.Run.Types showsPrec :: Int -> SelectorSubject -> ShowS # show :: SelectorSubject -> String # showList :: [SelectorSubject] -> ShowS # |
parseSelector :: Text -> Maybe SelectorSubject #
parsePattern :: Text -> Pattern #
data RunTableSelector #
SkipAll | |
ForceAll | |
SkipTables SelectorSubject | |
EnableTables SelectorSubject | |
ForceTables WithDownstream SelectorSubject |
Instances
Show RunTableSelector # | |
Defined in Napkin.Cli.Run.Types showsPrec :: Int -> RunTableSelector -> ShowS # show :: RunTableSelector -> String # showList :: [RunTableSelector] -> ShowS # |
data WithDownstream #
Instances
Show WithDownstream # | |
Defined in Napkin.Cli.Run.Types showsPrec :: Int -> WithDownstream -> ShowS # show :: WithDownstream -> String # showList :: [WithDownstream] -> ShowS # |
data RunCommandOptions #
Instances
Show RunCommandOptions # | |
Defined in Napkin.Cli.Run.Types showsPrec :: Int -> RunCommandOptions -> ShowS # show :: RunCommandOptions -> String # showList :: [RunCommandOptions] -> ShowS # |