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:
parent
0b22d3fdab
commit
da9ad89897
@ -2,6 +2,7 @@
|
||||
{-# LANGUAGE TypeApplications #-}
|
||||
module CLI (main) where
|
||||
|
||||
import System.Environment
|
||||
|
||||
|
||||
newtype SignalException = SignalException Signal
|
||||
|
Loading…
Reference in New Issue
Block a user