#include <cstring>
#include <iostream>
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
#include "absl/flags/flag.h"
#include "app/core/constants.h"
#include "cli/command.h"
Go to the source code of this file.
Namespaces | |
namespace | yaze |
namespace | yaze::cli |
Namespace for the command line interface. | |
namespace | yaze::cli::anonymous_namespace{z3ed.cc} |
Functions | |
ABSL_FLAG (bool, verbose, false, "Enable verbose output") | |
ABSL_FLAG (bool, debug, false, "Enable debug output") | |
void | yaze::cli::anonymous_namespace{z3ed.cc}::HelpCommand () |
int | yaze::cli::anonymous_namespace{z3ed.cc}::RunCommandHandler (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
ABSL_FLAG | ( | bool | , |
verbose | , | ||
false | , | ||
"Enable verbose output" | ) |
ABSL_FLAG | ( | bool | , |
debug | , | ||
false | , | ||
"Enable debug output" | ) |