hoodle-0.1: lib/Hoodle/Command.hs
-----------------------------------------------------------------------------
-- |
-- Module : Hoodle.Command
-- Copyright : (c) 2011, 2012 Ian-Woo Kim
--
-- License : BSD3
-- Maintainer : Ian-Woo Kim <ianwookim@gmail.com>
-- Stability : experimental
-- Portability : GHC
--
-----------------------------------------------------------------------------
module Hoodle.Command where
import Hoodle.ProgType
import Hoodle.Job
import Hoodle.Script.Hook
commandLineProcess :: Hoodle -> Maybe Hook -> IO ()
commandLineProcess (Test mfname) mhook = do
startJob mfname mhook