Manak  2.0.0
manak::utils::cli::CLI Class Reference

Command Line Interface. More...

Static Public Member Functions

static bool cmdOptionExists (char **begin, char **end, const std::string &option)
 Get passed option. More...
 
static char * getCmdOption (char **begin, char **end, const std::string &option)
 Check if certain option is passed. More...
 

Detailed Description

Command Line Interface.

Definition at line 23 of file cli.hpp.

Member Function Documentation

static bool manak::utils::cli::CLI::cmdOptionExists ( char **  begin,
char **  end,
const std::string &  option 
)
inlinestatic

Get passed option.

Definition at line 40 of file cli.hpp.

static char* manak::utils::cli::CLI::getCmdOption ( char **  begin,
char **  end,
const std::string &  option 
)
inlinestatic

Check if certain option is passed.

Definition at line 27 of file cli.hpp.


The documentation for this class was generated from the following file: