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

Classes

struct  ParsedGlobals
 

Functions

void PrintVersion ()
 
int RunSelfTest ()
 Run self-test diagnostics to verify CLI functionality.
 
void PrintCompactHelp ()
 
ParsedGlobals ParseGlobalFlags (int argc, char *argv[])
 

Function Documentation

◆ PrintVersion()

void anonymous_namespace{cli_main.cc}::PrintVersion ( )

Definition at line 47 of file cli_main.cc.

References yaze::cli::GetColoredLogo().

Referenced by main().

Here is the call graph for this function:

◆ RunSelfTest()

int anonymous_namespace{cli_main.cc}::RunSelfTest ( )

Run self-test diagnostics to verify CLI functionality.

Returns
EXIT_SUCCESS if all tests pass, EXIT_FAILURE otherwise

Definition at line 59 of file cli_main.cc.

Referenced by main().

◆ PrintCompactHelp()

void anonymous_namespace{cli_main.cc}::PrintCompactHelp ( )

Definition at line 130 of file cli_main.cc.

References yaze::cli::GetColoredLogo(), and yaze::cli::CommandRegistry::Instance().

Referenced by main().

Here is the call graph for this function:

◆ ParseGlobalFlags()