[all] Reorganize haskell code into multiple packages
This commit is contained in:
parent
0edc241149
commit
4b8d0ee4a4
37 changed files with 368 additions and 140 deletions
12
forest-tui/app/Main.hs
Normal file
12
forest-tui/app/Main.hs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
module Main where
|
||||
|
||||
import Options.Applicative
|
||||
|
||||
import Forest.Client
|
||||
import Forest.Client.Options
|
||||
import Forest.Client.Websocket
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
opts <- execParser clientOptionsParserInfo
|
||||
runWithEventChan opts runClient
|
||||
Loading…
Add table
Add a link
Reference in a new issue