yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
oracle_menu_commands.cc File Reference
#include "cli/handlers/game/oracle_menu_commands.h"
#include <algorithm>
#include <filesystem>
#include <fstream>
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "absl/strings/ascii.h"
#include "absl/strings/str_format.h"
#include "absl/strings/str_split.h"
#include "cli/util/hex_util.h"
#include "core/oracle_menu_registry.h"
#include "nlohmann/json.hpp"
#include "rom/rom.h"
#include "util/macro.h"
#include "zelda3/dungeon/dungeon_rom_addresses.h"
#include "zelda3/dungeon/oracle_rom_safety_preflight.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::handlers
 
namespace  yaze::cli::handlers::anonymous_namespace{oracle_menu_commands.cc}
 

Functions

std::filesystem::path yaze::cli::handlers::anonymous_namespace{oracle_menu_commands.cc}::ResolveProjectPath (const resources::ArgumentParser &parser)
 
std::string yaze::cli::handlers::anonymous_namespace{oracle_menu_commands.cc}::FormatSize (uintmax_t size_bytes)
 
std::string yaze::cli::handlers::anonymous_namespace{oracle_menu_commands.cc}::SeverityToString (core::OracleMenuValidationSeverity severity)
 
std::string yaze::cli::handlers::anonymous_namespace{oracle_menu_commands.cc}::FormatIssueLine (const core::OracleMenuValidationIssue &issue)