Expand description
CLI framework: progress bars, structured output, signal handling.
Provides terminal progress bars (over indicatif), structured output
formatting, and Ctrl+C cancellation via CancellationToken.
§Modules
Re-exports§
pub use output::ErrorRenderer;pub use output::ExitCode;pub use output::OutputFormat;pub use output::OutputKV;pub use output::OutputTable;pub use progress::MultiProgress;pub use progress::ProgressBar;pub use progress::ProgressStyle;pub use signal::CancellationToken;