|
cli11
|
One argument pulled apart into a name and the text following it. More...
Public Attributes | |
| std::string | name |
| The option name, with any leading dashes or slash removed. | |
| std::string | value |
| The text that followed the name. | |
One argument pulled apart into a name and the text following it.
| std::string cli::detail::split_result_t::value |
The text that followed the name.
For split_long and split_windows_style this is the value after the separator, empty when no separator was present. For split_short it is the remainder of the argument, which may hold further bundled short options rather than a value.