|
Electroneum
|
#include "command_line.h"#include <boost/algorithm/string/compare.hpp>#include <boost/algorithm/string/predicate.hpp>#include <unordered_set>#include "common/i18n.h"
Go to the source code of this file.
Namespaces | |
| command_line | |
Functions | |
| bool | command_line::is_yes (const std::string &str) |
| bool | command_line::is_no (const std::string &str) |
Variables | |
| const arg_descriptor< bool > | command_line::arg_help = {"help", "Produce help message"} |
| const arg_descriptor< bool > | command_line::arg_version = {"version", "Output version information"} |