#include <cli.h>
|
| Cli (std::span< char const *const > args) |
|
void | map_into (toml::table &target) |
|
|
static const std::string | help () |
|
|
std::unordered_map< std::string_view, std::string_view > | tokens |
|
◆ Cli()
Cli::Cli |
( |
std::span< char const *const > |
args | ) |
|
|
explicit |
◆ help()
const std::string Cli::help |
( |
| ) |
|
|
static |
◆ map_into()
void Cli::map_into |
( |
toml::table & |
target | ) |
|
◆ tokens
std::unordered_map<std::string_view, std::string_view> Cli::tokens |
The documentation for this class was generated from the following files: