Hello all,
I have recently uploaded
argparser, a command line parser library. I made it because of 3 reasons:
- I am writing more and more scripts in haskell instead of python
- I did not want to use the ones presented
here. I found that they were either lacking features I wanted, or using overkill extensions such as TemplateHaskell.
- I wanted to learn how to create a package.
So this is a beginner's work. I have uploaded it anyway because I feel it has very few dependencies and a satisfying set of features.
Any feedback is welcome (especially about the documentation).
--
Simon