Copyright | (c) OleksandrZhabenko 2021-2023 |
---|---|
License | MIT |
Maintainer | oleksandr.zhabenko@yahoo.com |
Stability | Experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
CLI.Arguments.Sorted
Description
A library to process command line arguments in some more convenient way.
Documentation
Arguments
:: (Arguments -> Bool) | A predicate to check which |
-> (Arguments -> Arguments -> Ordering) | A |
-> CLSpecifications | |
-> [String] | |
-> Args |
Arguments
:: FirstChars | A pair of the first characters of the starting group delimiter (the same for all |
-> (Arguments -> Bool) | A predicate to check which |
-> (Arguments -> Arguments -> Ordering) | A |
-> CLSpecifications | |
-> [String] | |
-> Args |
Arguments
:: FirstChars | A pair of the first characters of the starting group delimiter (the same for all |
-> (Arguments -> Arguments -> Ordering) | A |
-> CLSpecifications | |
-> [String] | |
-> Args |