yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::resources::CommandContext::Config Struct Reference

Configuration for command context. More...

#include <command_context.h>

Collaboration diagram for yaze::cli::resources::CommandContext::Config:

Public Attributes

std::optional< std::string > rom_path
 
bool use_mock_rom = false
 
std::string format = "json"
 
bool verbose = false
 
Romexternal_rom_context = nullptr
 

Detailed Description

Configuration for command context.

Definition at line 28 of file command_context.h.

Member Data Documentation

◆ rom_path

std::optional<std::string> yaze::cli::resources::CommandContext::Config::rom_path

◆ use_mock_rom

bool yaze::cli::resources::CommandContext::Config::use_mock_rom = false

◆ format

std::string yaze::cli::resources::CommandContext::Config::format = "json"

◆ verbose

bool yaze::cli::resources::CommandContext::Config::verbose = false

◆ external_rom_context

Rom* yaze::cli::resources::CommandContext::Config::external_rom_context = nullptr

The documentation for this struct was generated from the following file: