stack-1.6.1.1: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Data.Attoparsec.Args

Description

Parsing of stack command line arguments

Synopsis

Documentation

argsParser :: EscapingMode -> Parser [String] Source #

A basic argument parser. It supports space-separated text, and string quotation with identity escaping: x -> x.

parseArgs :: EscapingMode -> Text -> Either String [String] Source #

Parse arguments using argsParser.