Skip to main content

rusty_commit/output/
mod.rs

1//! Unified output module for Rusty Commit CLI.
2//!
3//! Provides consistent styling, progress tracking, and error formatting
4//! across all commands.
5
6pub mod error;
7pub mod prelude;
8pub mod progress;
9pub mod styling;