#include <optional>#include <string>#include <vector>#include "absl/status/status.h"#include "absl/status/statusor.h"#include "app/rom.h"
Go to the source code of this file.
Classes | |
| class | yaze::cli::resources::CommandContext |
| Encapsulates common context for CLI command execution. More... | |
| struct | yaze::cli::resources::CommandContext::Config |
| Configuration for command context. More... | |
| class | yaze::cli::resources::ArgumentParser |
| Utility for parsing common CLI argument patterns. More... | |
| class | yaze::cli::resources::OutputFormatter |
| Utility for consistent output formatting across commands. More... | |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::resources |