1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 01:42:43 +03:00

access getArgs via System.Environment

This commit is contained in:
Ayman Nadeem 2019-10-01 17:03:02 -04:00
parent 0b22d3fdab
commit da9ad89897

View File

@ -2,6 +2,7 @@
{-# LANGUAGE TypeApplications #-}
module CLI (main) where
import System.Environment
newtype SignalException = SignalException Signal