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

Stack.Options.Completion

Description

Completers for command line arguments or arguments of command line options.

Synopsis

Documentation

ghcOptsCompleter :: Completer Source #

A completer for --ghc-options or --ghci-options.

targetCompleter :: Completer Source #

A completer for components of project packages.

flagCompleter :: Completer Source #

A completer for Cabal flags of project packages.

projectExeCompleter :: Completer Source #

A completer for executable components of project packages.