| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Simplex.FileTransfer.Server.Main
Documentation
xftpServerCLI :: FilePath -> FilePath -> IO () Source #
data CliCommand Source #
Constructors
| Init InitOptions | |
| OnlineCert CertOptions | |
| Start | |
| Delete |
data InitOptions Source #
Constructors
| InitOptions | |
Fields
| |
Instances
| Show InitOptions Source # | |
Defined in Simplex.FileTransfer.Server.Main Methods showsPrec :: Int -> InitOptions -> ShowS show :: InitOptions -> String showList :: [InitOptions] -> ShowS | |
cliCommandP :: FilePath -> FilePath -> FilePath -> Parser CliCommand Source #