pacak / bpaf

Command line parser with applicative interface
Apache License 2.0
340 stars 17 forks source link

Convert checker function inside ParseAny into a trait object #301

Closed pacak closed 11 months ago

pacak commented 11 months ago

This should allow to unify ParseAny under single primitive parser type

Fixes #300

Technically a breaking change, two type parameters on ParseAny are gone, but users are not supposed to name it.