stack-2.15.1: The Haskell Tool Stack
Safe HaskellSafe-Inferred
LanguageGHC2021

Stack.Options.ExecParser

Description

Functions to parse command line arguments for Stack's exec, ghc, run, runghc and runhaskell commands.

Synopsis

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