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 runner::Runner;

Modules§

args
Command line argument parsing and validation
runner
Enhanced runner with parallel upload support