License | BSD-3-Clause |
---|---|
Safe Haskell | None |
Language | GHC2021 |
Stack.Options.ExecParser
Description
Functions to parse command line arguments for Stack's exec
, ghc
, run
,
runghc
and runhaskell
commands.
Synopsis
- execOptsParser :: Maybe SpecialExecCmd -> Parser ExecOpts
- execOptsExtraParser :: Parser ExecOptsExtra
Documentation
execOptsParser :: Maybe SpecialExecCmd -> Parser ExecOpts Source #
Parse command line arguments for Stack's exec
, ghc
, run
,
runghc
and runhaskell
commands.
execOptsExtraParser :: Parser ExecOptsExtra Source #
Parser for extra options to exec command