stack-3.7.1: The Haskell Tool Stack
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2021

Stack.Options.IdeParser

Description

Functions to parse command line arguments for Stack's ide commands.

Synopsis

Documentation

idePackagesParser :: Parser (OutputStream, ListPackagesCmd) Source #

Parse command line arguments for Stack's ide packages command.

ideTargetsParser :: Parser ((Bool, Bool, Bool), OutputStream) Source #

Parse command line arguments for Stack's ide targets command.