cli-arguments-0.7.0.0: A library to process command line arguments in some more convenient way.
Copyright(c) OleksandrZhabenko 2021-2023
LicenseMIT
Maintaineroleksandr.zhabenko@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 #

Data to encode the possible cli-arguments of some logics below. The arguments are separated by the spaces characters one from another.

Constructors

A String

If for encoding of the argument just one String is used without spaces.

B GQtyArgs Delimiter [String]

If there is a certain quantity of consequent arguments that indicates the one semantical value.

C Delimiter [String]

If the quantity of the consequent arguments that forms a semantic value is not known, but they are enclosed by the delimiter or its modification.

Instances

Instances details
Show Arguments Source # 
Instance details

Defined in CLI.Arguments

Eq Arguments Source # 
Instance details

Defined in CLI.Arguments