1#ifndef YAZE_CLI_HANDLERS_TOOLS_OVERWORLD_DOCTOR_COMMANDS_H
2#define YAZE_CLI_HANDLERS_TOOLS_OVERWORLD_DOCTOR_COMMANDS_H
22 std::string
GetName()
const override {
return "overworld-doctor"; }
25 return "Diagnose and repair overworld data corruption";
29 return "overworld-doctor --rom <path> [--baseline <path>] [--fix] "
30 "[--apply-tail-expansion] [--dry-run] [--output <path>] "
31 "[--format json|text] [--verbose]";
41 d.
summary =
"Diagnose and repair overworld data corruption including "
42 "tile16 corruption, map pointer issues, and ZSCustomOverworld "
52 return absl::OkStatus();
The Rom class is used to load, save, and modify Rom data. This is a generic SNES ROM container and do...
ROM doctor command for overworld data integrity.
absl::Status Execute(Rom *rom, const resources::ArgumentParser &parser, resources::OutputFormatter &formatter) override
Execute the command business logic.
std::string GetDefaultFormat() const override
Get the default output format ("json" or "text")
std::string GetUsage() const override
Get the command usage string.
std::string GetOutputTitle() const override
Get the output title for formatting.
Descriptor Describe() const override
Provide metadata for TUI/help summaries.
std::string GetDescription() const
absl::Status ValidateArgs(const resources::ArgumentParser &parser) override
Validate command arguments.
std::string GetName() const override
Get the command name.
Utility for parsing common CLI argument patterns.
Base class for CLI command handlers.
Namespace for the command line interface.
std::string todo_reference