base-4.15.0.0: Basic libraries
Safe HaskellTrustworthy
LanguageHaskell2010

GHC.Environment

Synopsis

Documentation

getFullArgs :: IO [String] Source #

Computation getFullArgs is the "raw" version of getArgs, similar to argv in other languages. It returns a list of the program's command line arguments, starting with the program name, and including those normally eaten by the RTS (+RTS ... -RTS).