cli-arguments-0.1.0.1: A library to process command line arguments in some more convenient way.
Copyright(c) OleksandrZhabenko 2021
LicenseMIT
Maintainerolexandr543@yahoo.com
StabilityExperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010

CLI.Arguments

Description

A library to process command line arguments in some more convenient way.

Synopsis

Documentation

data Arguments Source #

Constructors

A String 
B Int String [String] 
C String [String] 

Instances

Instances details
Eq Arguments Source # 
Instance details

Defined in CLI.Arguments

Show Arguments Source # 
Instance details

Defined in CLI.Arguments

args2ArgsFiltered :: CLSpecifications -> [String] -> Args Source #

This function can actually parse the command line arguments being the [String] so that some of them will disappear because of the CLSpecifications provided and the order of the arguments.