pacak / bpaf

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

Revisit how errors are reported for NamedArg #283

Closed pacak closed 1 year ago

pacak commented 1 year ago

NamedArg by construction must have at least one field present, but it gets converted to ShortLong which can fail...

pacak commented 1 year ago

28928b7 replaced impl From<&NamedArg> for ShortLong with TryFrom