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

Modifiable bound_parser::hint() #47

Closed UnePierre closed 2 years ago

UnePierre commented 3 years ago

Almost all attributes of a bound_parser can be changed or added later on, except the hint().

We needed that, when we decided to construct the parsers from some structured definition (that can be imported more easily into some handbook PDF).

Solvable through pull-request #48.