| Copyright | (c) OleksandrZhabenko 2021-2022 |
|---|---|
| License | MIT |
| Maintainer | olexandr543@yahoo.com |
| Stability | Experimental |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
| Extensions |
|
CLI.Arguments.Strict
Description
A library to process command line arguments in some more convenient way. If you plan to use it with the cli-arguments functions, please, use the qualified import.
Documentation
type Specification = (Delimiter, GQtyArgs) Source #
type CLSpecifications = [Specification] Source #
type FirstCharacter = Char Source #
type FirstChars = (Char, Char) Source #
nullArguments :: Arguments -> Bool Source #
notNullArguments :: Arguments -> Bool Source #
b1Args2AArgs :: Arguments -> Arguments Source #