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