Add a flag with no description or variable assignment
| 5232 | public: |
| 5233 | /// Add a flag with no description or variable assignment |
| 5234 | Option *add_flag(std::string flag_name) { return _add_flag_internal(flag_name, CLI::callback_t(), std::string{}); } |
| 5235 | |
| 5236 | /// Add flag with description but with no variable assignment or callback |
| 5237 | /// takes a constant string, if a variable string is passed that variable will be assigned the results from the |
nothing calls this directly
no test coverage detected