lsql-csv-0.1.0.4: A tool for CSV files data querying from the shell with short queries.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Lsql.Csv.Lang.Options

Description

This module implements the common Option type for from blocks and command-line optional arguments representation, and its parsers.

Synopsis

Documentation

optionParser :: Parser Option Source #

The Option parser monad for parsing from block and command-line optional arguments.

data Option Source #

The Option datatype for representing from block and command-line optional arguments.