module Main where import Gui (runEditor) import System.Environment (getArgs) main = do args <- getArgs runEditor $ head args