bfgroup / Lyra

A simple to use, composable, command line parser for C++ 11 and beyond
https://bfgroup.github.io/Lyra/
Boost Software License 1.0
471 stars 56 forks source link

Non-iostream conversion. #46

Open grafikrobot opened 3 years ago

grafikrobot commented 3 years ago

Currently argument type parsing conversions use iostreams as the base mechanism. It would be beneficial to allow customization of that conversion to extend or replace it.