Kixunil / configure_me

A Rust library for processing application configuration easily
62 stars 14 forks source link

Native support for collecting multiple arguments into a collection #38

Open Kixunil opened 4 years ago

Kixunil commented 4 years ago

It's currently possible to collect multiple arguments by using custom merge_fn, but that would require a newtype wrapper around the collection that implements ParseArg by inserting it into the collection. It might be nicer to avoid forcing everyone into implementing it by either: