clicon / cligen

CLIgen is a Command-Line Interface generator
http://www.cligen.se
Other
33 stars 37 forks source link

Make cligen_* functions const #83

Closed dima1308 closed 1 year ago

dima1308 commented 1 year ago

The aim is to allow passing const values to the changed functions. It simplifies integration with C++ code, we can use the output of std::string's c_str() as input to changed functions.