soenkehahn / getopt-generics

Create command line interfaces with ease
Other
41 stars 3 forks source link

Should we allow `Option a => [a]` for `PositionalArguments` (instead of `[String]`)? #32

Closed soenkehahn closed 9 years ago

soenkehahn commented 9 years ago

I don't see a way to achieve this easily. Closing for now.