stack-3.9.1: A program for developing Haskell projects
LicenseBSD-3-Clause
Safe HaskellNone
LanguageGHC2024

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.