Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include "cli/enums.hpp"
#include <algorithm>
#include <string>
#include <string_view>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | iv |
namespace | iv::cli |
namespace | iv::cli::diamar |
Functions | |
std::string | iv::cli::getOption (const std::vector< std::string_view > &args, const std::string_view &option_name) |
bool | iv::cli::hasOption (const std::vector< std::string_view > &args, const std::string_view &option_name) |
iv::cli::eCliOption | iv::cli::diamar::parse (int32_t argc, char *argv[]) |