1#ifndef YAZE_SRC_CLI_HANDLERS_GAME_ORACLE_SMOKE_CHECK_COMMANDS_H_
2#define YAZE_SRC_CLI_HANDLERS_GAME_ORACLE_SMOKE_CHECK_COMMANDS_H_
24 std::string
GetName()
const override {
return "oracle-smoke-check"; }
26 return "oracle-smoke-check [--strict-readiness] "
27 "[--min-d6-track-rooms <N>] [--report <path>] "
28 "[--format <json|text>]";
31 Descriptor
Describe()
const override;
The Rom class is used to load, save, and modify Rom data. This is a generic SNES ROM container and do...
Descriptor Describe() const override
Provide metadata for TUI/help summaries.
absl::Status Execute(Rom *rom, const resources::ArgumentParser &parser, resources::OutputFormatter &formatter) override
Execute the command business logic.
std::string GetUsage() const override
Get the command usage string.
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.