optparse-applicative/tests
Paolo Capriotti e8b0e8c705 Implement standard behavior for arguments.
The `arguments` builder now creates a specialized infinite parser that
skips arguments starting with '-', and turns into a normal `many arg`
when a `--` is found.

Fixes #6.
2012-07-22 17:50:07 +01:00
..
Examples Add test for the alternative instance. 2012-07-22 17:12:23 +01:00
cabal.err.txt Simplify Option type. 2012-07-22 17:06:50 +01:00
commands.err.txt Improve spacing in help text (fixes #4). 2012-07-07 20:54:24 +01:00
hello.err.txt Convert Cabal example to arrows. 2012-07-07 23:28:30 +01:00
Tests.hs Implement standard behavior for arguments. 2012-07-22 17:50:07 +01:00