License | BSD-3-Clause |
---|---|
Safe Haskell | None |
Language | GHC2021 |
Options.Applicative.Args
Description
Accepting arguments to be passed through to a sub-process.
Documentation
argsArgument :: Mod ArgumentFields [String] -> Parser [String] Source #
An argument which accepts a list of arguments
e.g. --ghc-options="-X P.hs "this""
.
argsOption :: Mod OptionFields [String] -> Parser [String] Source #
An option which accepts a list of arguments
e.g. --ghc-options="-X P.hs "this""
.