rename handle to Run for cli commands

This commit is contained in:
scawful
2025-03-31 17:18:49 -04:00
parent 999c142a31
commit 26fc39dad0
6 changed files with 29 additions and 116 deletions

View File

@@ -10,8 +10,11 @@
#include "app/rom.h"
namespace yaze {
/**
* @namespace yaze::cli
* @brief Namespace for the command line interface.
*/
namespace cli {
const std::vector<std::string> kMainMenuEntries = {
"Load ROM",
"Apply BPS Patch",