| Copyright | (c) Soostone Inc 2020 |
|---|---|
| License | AllRightsReserved |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Napkin.Cli.Generate.Types
Description
Documentation
data GenerateCommandOptions #
Constructors
| GenerateCommandOptions | |
Instances
| Eq GenerateCommandOptions # | |
Defined in Napkin.Cli.Generate.Types Methods (==) :: GenerateCommandOptions -> GenerateCommandOptions -> Bool # (/=) :: GenerateCommandOptions -> GenerateCommandOptions -> Bool # | |
| Show GenerateCommandOptions # | |
Defined in Napkin.Cli.Generate.Types Methods showsPrec :: Int -> GenerateCommandOptions -> ShowS # show :: GenerateCommandOptions -> String # showList :: [GenerateCommandOptions] -> ShowS # | |