issues
search
pacak
/
bpaf
Command line parser with applicative interface
Apache License 2.0
354
stars
17
forks
source link
Potential breaking changes for the next big release
#239
Open
pacak
opened
1 year ago
pacak
commented
1 year ago
Currently
some
and
many
are monomorphic and produce
Vec
, it should be possible to consume them into any
FromIterator
type
some
andmany
are monomorphic and produceVec
, it should be possible to consume them into anyFromIterator
type