summaryrefslogtreecommitdiff
path: root/cli/Main.hs
blob: ae12a08610f29e62f2d91b8eeca9c723c1087cfa (plain)
1
2
3
4
5
6
7
module Main where

import System.IO (IO)
import CommandLine (runCommandLine)

main :: IO ()
main = runCommandLine