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

Stack.CLI

Description

 
Synopsis

Documentation

commandLineHandler Source #

Arguments

:: FilePath 
-> String

The name of the current Stack executable, as it was invoked.

-> Maybe (Path Abs File)

The path to the current Stack executable, if the operating system provides a reliable way to determine it and where a result was available.

-> Bool 
-> IO (GlobalOptsMonoid, RIO Runner ()) 

Stack's command line handler.