yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
anonymous_namespace{cli_main.cc}::ParsedGlobals Struct Reference

Public Attributes

std::vector< char * > positional
 
bool show_help = false
 
bool show_version = false
 
bool list_commands = false
 
bool self_test = false
 
bool export_schemas = false
 
std::optional< std::string > help_target
 
std::optional< std::string > error
 

Detailed Description

Definition at line 179 of file cli_main.cc.

Member Data Documentation

◆ positional

std::vector<char*> anonymous_namespace{cli_main.cc}::ParsedGlobals::positional

Definition at line 180 of file cli_main.cc.

Referenced by anonymous_namespace{cli_main.cc}::ParseGlobalFlags().

◆ show_help

bool anonymous_namespace{cli_main.cc}::ParsedGlobals::show_help = false

Definition at line 181 of file cli_main.cc.

Referenced by anonymous_namespace{cli_main.cc}::ParseGlobalFlags().

◆ show_version

bool anonymous_namespace{cli_main.cc}::ParsedGlobals::show_version = false

Definition at line 182 of file cli_main.cc.

Referenced by anonymous_namespace{cli_main.cc}::ParseGlobalFlags().

◆ list_commands

bool anonymous_namespace{cli_main.cc}::ParsedGlobals::list_commands = false

Definition at line 183 of file cli_main.cc.

Referenced by anonymous_namespace{cli_main.cc}::ParseGlobalFlags().

◆ self_test

bool anonymous_namespace{cli_main.cc}::ParsedGlobals::self_test = false

Definition at line 184 of file cli_main.cc.

Referenced by anonymous_namespace{cli_main.cc}::ParseGlobalFlags().

◆ export_schemas

bool anonymous_namespace{cli_main.cc}::ParsedGlobals::export_schemas = false

Definition at line 185 of file cli_main.cc.

Referenced by anonymous_namespace{cli_main.cc}::ParseGlobalFlags().

◆ help_target

std::optional<std::string> anonymous_namespace{cli_main.cc}::ParsedGlobals::help_target

Definition at line 186 of file cli_main.cc.

Referenced by anonymous_namespace{cli_main.cc}::ParseGlobalFlags().

◆ error

std::optional<std::string> anonymous_namespace{cli_main.cc}::ParsedGlobals::error

Definition at line 187 of file cli_main.cc.

Referenced by anonymous_namespace{cli_main.cc}::ParseGlobalFlags().


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