shipper-cli 0.4.0

CLI adapter for Shipper; install the user-facing `shipper` package unless embedding the adapter.
Documentation
1
2
3
4
5
6
//! CLI-specific output concerns: progress bars, formatting, reporters.
//!
//! These modules know about terminal capabilities. The library `shipper` crate
//! must not.

pub(crate) mod progress;