1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 13:13:53 +00:00
Fred Helmesjö 8d7aefe21f Added option description setter (#199)
* Added posibility to modify option description: Option::description(const std::string&).
Related: https://github.com/CLIUtils/CLI11/issues/193

* Return Option* from Option::description(...).
Format-fix to make clang-format happy.

* Fixing format

* Added posibility to modify app description: App::description(const std::string&).

* Fixing Style

* Update readme and changelog
2019-01-22 18:19:47 +01:00
..
2019-01-22 18:19:47 +01:00
2018-05-09 16:08:32 +02:00
2018-09-03 22:48:45 +02:00
2018-07-01 09:04:38 +02:00
2019-01-19 12:26:31 +01:00