| Copyright | (c) Soostone Inc 2020 |
|---|---|
| License | AllRightsReserved |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Napkin.Cli.Common
Description
Documentation
helpWithAllPossibleValuesWith :: forall f a. (Enum a, Show a, Bounded a) => (a -> String) -> Maybe a -> String -> Mod f a #
parseRefTable :: ReadM (Ref Table) #
appNameParser :: Parser (Maybe AppName) #
authHttpPortParser :: Parser (Maybe Int) #
data SpecFileWithOverrides #
Constructors
| SpecFileWithOverrides | |
Fields | |
Instances
| Eq SpecFileWithOverrides # | |
Defined in Napkin.Cli.Common Methods (==) :: SpecFileWithOverrides -> SpecFileWithOverrides -> Bool # (/=) :: SpecFileWithOverrides -> SpecFileWithOverrides -> Bool # | |
| Show SpecFileWithOverrides # | |
Defined in Napkin.Cli.Common Methods showsPrec :: Int -> SpecFileWithOverrides -> ShowS # show :: SpecFileWithOverrides -> String # showList :: [SpecFileWithOverrides] -> ShowS # | |
pattern SpecFileWithoutOverrides :: FilePath -> SpecFileWithOverrides #