Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
parse.hpp File Reference
#include "cli/enums.hpp"
#include <algorithm>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for parse.hpp:
This graph shows which files directly or indirectly include this file:

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[])