1#ifndef YAZE_CLI_SERVICE_AGENT_TOOLS_PROJECT_GRAPH_TOOL_H_
2#define YAZE_CLI_SERVICE_AGENT_TOOLS_PROJECT_GRAPH_TOOL_H_
7#include "absl/status/status.h"
32 std::string
GetName()
const override {
return "project-graph"; }
34 return "project-graph --query=<info|files|symbols> [--path=<folder>]";
The Rom class is used to load, save, and modify Rom data. This is a generic SNES ROM container and do...
Utility for parsing common CLI argument patterns.
Base class for CLI command handlers.
core::AsarWrapper * asar_wrapper_
project::YazeProject * project_
Modern C++ wrapper for Asar 65816 assembler integration.
Modern project structure with comprehensive settings consolidation.