| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Ecluse.CLI
Documentation
data AppCommand Source #
Constructors
| RunProxy | |
| RunPilot | |
| RunPilotCompile PilotCompileOptions | |
| RunDredger |
Instances
| Show AppCommand Source # | |
Defined in Ecluse.CLI Methods showsPrec :: Int -> AppCommand -> ShowS # show :: AppCommand -> String # showList :: [AppCommand] -> ShowS # | |
| Eq AppCommand Source # | |
Defined in Ecluse.CLI | |
execCLI :: IO AppCommand Source #