| 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 WithUpDownstream SelectorSubject |
Instances
| Show RunTableSelector # | |
Defined in Napkin.Cli.Run.Types Methods showsPrec :: Int -> RunTableSelector -> ShowS # show :: RunTableSelector -> String # showList :: [RunTableSelector] -> ShowS # | |
data WithUpDownstream #
Constructors
| WithoutExtra | |
| WithDownstream | |
| WithUpstream |
Instances
| Show WithUpDownstream # | |
Defined in Napkin.Cli.Run.Types Methods showsPrec :: Int -> WithUpDownstream -> ShowS # show :: WithUpDownstream -> String # showList :: [WithUpDownstream] -> ShowS # | |
data RunCommandOptions #
Constructors
Instances
| Show RunCommandOptions # | |
Defined in Napkin.Cli.Run.Types Methods showsPrec :: Int -> RunCommandOptions -> ShowS # show :: RunCommandOptions -> String # showList :: [RunCommandOptions] -> ShowS # | |