| License | BSD-3-Clause |
|---|---|
| Safe Haskell | None |
| Language | GHC2024 |
Stack.Options.IdeParser
Description
Functions to parse command line arguments for Stack's ide commands.
Synopsis
- idePackagesParser :: Parser (OutputStream, ListPackagesCmd)
- ideTargetsParser :: Parser ((Bool, Bool, Bool), OutputStream)
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.