lsql-csv-0.1.0.3: 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 a common Option type and its parsers for from blocks and command line optional arguments.

Synopsis

Documentation

optionParser :: Parser Option Source #

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

data Option Source #

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