Holds values to load into Options.
More...
#include <CLI11.hpp>
|
|
CLI11_NODISCARD std::string | fullname () const |
| | The list of parents and name joined by ".".
|
|
|
std::vector< std::string > | parents {} |
| | This is the list of parents.
|
|
std::string | name {} |
| | This is the name.
|
|
std::vector< std::string > | inputs {} |
| | Listing of inputs.
|
|
bool | multiline {false} |
| | indicator if a multiline vector separator was inserted
|
Holds values to load into Options.
The documentation for this struct was generated from the following file: