argparser-0.3.3: Command line parsing framework for console applications

Copyright(c) Simon Bergot
LicenseBSD3
Maintainersimon.bergot@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

System.Console.ArgParser.ArgsProcess

Description

Preprocess args from a list of words to a pair containing positional args/flag arguments.

Synopsis

Documentation

preprocess :: Args -> NiceArgs Source

Separate positional arguments from flag arguments