Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data Options = Options {}
- parseCommandLineOptions :: [CommandLineOption] -> Options
- data ImportAction
- data ExportAction
Documentation
Internal representation of the plugin's command line options
parseCommandLineOptions :: [CommandLineOption] -> Options Source #
Simple command line option parser. Last occurrence wins.
data ImportAction Source #
Ways of performing import processing
Instances
Eq ImportAction Source # | |
Defined in Smuggler2.Options (==) :: ImportAction -> ImportAction -> Bool # (/=) :: ImportAction -> ImportAction -> Bool # | |
Show ImportAction Source # | |
Defined in Smuggler2.Options showsPrec :: Int -> ImportAction -> ShowS # show :: ImportAction -> String # showList :: [ImportAction] -> ShowS # |
data ExportAction Source #
Ways of performing emport processing
Instances
Eq ExportAction Source # | |
Defined in Smuggler2.Options (==) :: ExportAction -> ExportAction -> Bool # (/=) :: ExportAction -> ExportAction -> Bool # | |
Show ExportAction Source # | |
Defined in Smuggler2.Options showsPrec :: Int -> ExportAction -> ShowS # show :: ExportAction -> String # showList :: [ExportAction] -> ShowS # |