#include "cli/handlers/command_handlers.h"#include <memory>#include <vector>#include "cli/handlers/game/dungeon_commands.h"#include "cli/handlers/game/overworld_commands.h"#include "cli/handlers/graphics/hex_commands.h"#include "cli/handlers/graphics/palette_commands.h"#include "cli/handlers/rom/rom_commands.h"#include "cli/handlers/tools/resource_commands.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::handlers |
Functions | |
| std::vector< std::unique_ptr< resources::CommandHandler > > | yaze::cli::handlers::CreateCliCommandHandlers () |
| Factory function to create all CLI-level command handlers. | |
| std::vector< std::unique_ptr< resources::CommandHandler > > | yaze::cli::handlers::CreateAgentCommandHandlers () |
| Factory function to create all agent-specific command handlers. | |
| std::vector< std::unique_ptr< resources::CommandHandler > > | yaze::cli::handlers::CreateAllCommandHandlers () |
| Factory function to create all command handlers (CLI + agent) | |