yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
command_context.h File Reference
#include <optional>
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "app/rom.h"
This graph shows which files directly or indirectly include this file:

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