Declaration of CommandLineInterface class. More...
#include "command-line-interface.hpp"
#include "cli-exception.hpp"
#include "utils/ccolor.hpp"
#include <cstdlib>
#include <map>
#include <stdexcept>
#include <string>
#include <iostream>
#include <algorithm>
#include <istream>
#include <sstream>
#include <fstream>
#include <iterator>
#include <iomanip>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem.hpp>
#include <boost/program_options.hpp>
#include <readline/readline.h>
#include <readline/history.h>
Functions | |
int | main (const int argc, const char *argv[]) |
Declaration of CommandLineInterface class.
int main | ( | const int | argc, |
const char * | argv[] | ||
) |