pacak / bpaf

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

Parser::custom_usage combine and derive examples are swapped #365

Open TBBle opened 3 months ago

TBBle commented 3 months ago

Noted while reading the docs, https://github.com/pacak/bpaf/blob/master/docs2/src/custom_usage/combine.rs is a derive example, and https://github.com/pacak/bpaf/blob/master/docs2/src/custom_usage/derive.rs is a combine example.

pacak commented 3 months ago

Oops. This what happens when you have over a hundred of them. I appreciate the bug report :heart: will look into fixing it and will check if there's more such cases.