|
Sharg 1.2.3-rc.1
The argument parser for bio-c++ tools.
|
Structure to store synopsis element information. More...
#include <sharg/detail/format_base.hpp>
Public Types | |
| enum class | option_type : uint8_t { flag , option , positional } |
| Kinds of options. More... | |
Public Attributes | |
| std::string | option_str |
| The formatted option string. | |
| option_type | type |
| Type of the option. | |
Structure to store synopsis element information.
|
strong |