| Copyright | (c) OleksandrZhabenko 2021-2022 |
|---|---|
| License | MIT |
| Maintainer | olexandr543@yahoo.com |
| Stability | Experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
| Extensions |
|
CLI.Arguments.Sorted.Strict
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 |