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
483 stars 58 forks source link

Single header? #4

Closed billyquith closed 4 years ago

billyquith commented 5 years ago

Clara was a single header parser. That options seems to have been removed. Any chance it could be re-added? It is really handy to be able to drop in a single file to an app.

grafikrobot commented 5 years ago

I'm planning on bringing it back very soon. It was just easier to clean up the code first than try and mash it back together. Especially since the original Clara one contained other external libs.

billyquith commented 5 years ago

Thanks for your response. I've since moved to clipp for this reason, plus it has way more functionality. E.g. clara can't do flags without args.

grafikrobot commented 4 years ago

Implemented in https://github.com/bfgroup/Lyra/commit/add14c187428056ea811ed9ecf8f4627e3ae5ed0