Module cli

Source
Expand description

Command line interface module

This module provides the entry point for parsing command-line arguments and running the main workflow. It includes argument parsing, validation, and the main runner logic for pushing Docker images.

Re-exports§

pub use args::Args;
pub use config::AuthConfig;
pub use operation_mode::OperationMode;
pub use runner::Runner;

Modules§

args
Command line argument parsing and validation
config
Configuration management module
operation_mode
操作模式定义 - 4种核心模式的统一抽象
runner
简化的运行器,使用操作模式