Skip to main content

Module register

Expand description

Register Command Presentation Module

This module implements the CLI presentation layer for the register command, handling argument processing and user interaction.

§Architecture

The register command presentation layer follows the DDD pattern, orchestrating the application layer’s RegisterCommandHandler while providing user-friendly output and error handling.

§Components

  • errors - Presentation layer error types with .help() methods
  • handler - Main command controller orchestrating the workflow

Re-exports§

pub use handler::RegisterCommandController;

Modules§

errors
Error types for the Register Subcommand
handler
Register Command Handler