#include <command_handler.h>
Public Attributes | |
| std::optional< std::filesystem::path > | source_rom_path |
| std::optional< std::filesystem::path > | active_rom_path |
| bool | sandbox_enabled = false |
Definition at line 23 of file command_handler.h.
| std::optional<std::filesystem::path> yaze::cli::resources::CommandInvocationContext::source_rom_path |
Definition at line 24 of file command_handler.h.
Referenced by yaze::cli::handlers::DungeonExportCustomCollisionJsonCommandHandler::Execute(), yaze::cli::handlers::DungeonExportWaterFillJsonCommandHandler::Execute(), yaze::cli::handlers::anonymous_namespace{dungeon_collision_commands.cc}::RejectArtifactRomAliases(), and yaze::cli::resources::CommandHandler::Run().
| std::optional<std::filesystem::path> yaze::cli::resources::CommandInvocationContext::active_rom_path |
Definition at line 25 of file command_handler.h.
Referenced by yaze::cli::handlers::DungeonExportCustomCollisionJsonCommandHandler::Execute(), yaze::cli::handlers::DungeonExportWaterFillJsonCommandHandler::Execute(), yaze::cli::handlers::anonymous_namespace{dungeon_collision_commands.cc}::RejectArtifactRomAliases(), and yaze::cli::resources::CommandHandler::Run().
| bool yaze::cli::resources::CommandInvocationContext::sandbox_enabled = false |
Definition at line 26 of file command_handler.h.
Referenced by yaze::cli::handlers::anonymous_namespace{dungeon_collision_commands.cc}::RejectArtifactRomAliases(), and yaze::cli::resources::CommandHandler::Run().