1 2 3 4 5 6 7 8
//! CLI-specific utilities for butterfly-dl //! //! This module contains code specific to the command-line interface, //! separate from the core library functionality. pub mod progress; pub use progress::ProgressManager;