alephcloud / hs-configuration-tools

Tools for defining and parsing configurations of Haskell applications
MIT License
23 stars 4 forks source link

Add tools for testing of command line parsers #10

Open larskuhtz opened 9 years ago

larskuhtz commented 9 years ago

We should provide some infrastructure that makes it easy to test command line parsers:

larskuhtz commented 9 years ago

Part of this is already implemented in test/TestTools. But it would need some cleanup before it can be exposed in the library.