#include "cli/service/resources/command_handler.h"#include <iostream>#include <optional>#include <utility>#include "absl/flags/declare.h"#include "absl/flags/flag.h"#include "absl/strings/str_format.h"#include "cli/service/rom/rom_sandbox_manager.h"#include "util/macro.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::resources |
| namespace | yaze::cli::resources::anonymous_namespace{command_handler.cc} |
Functions | |
| ABSL_DECLARE_FLAG (bool, sandbox) | |
| absl::StatusOr< std::filesystem::path > | yaze::cli::resources::anonymous_namespace{command_handler.cc}::CaptureRomPathIdentity (const std::filesystem::path &path) |
| ABSL_DECLARE_FLAG | ( | bool | , |
| sandbox | ) |