shipper-cli 0.3.0-rc.2

CLI adapter for Shipper. Install with `cargo install shipper --locked`; this crate is for embedders who want the exact CLI surface programmatically.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Module: `output` (CLI-specific output concerns)

**Crate:** `shipper-cli`
**Single responsibility:** Format and present output to the user — progress bars, human-readable formatting, structured reporters.

## What lives here

- `output/progress/` — Progress bars and per-crate publish status (was `shipper-progress`, absorbed)
- Future: `output/format/`, `output/reporter/` as the CLI's output concerns split

## Boundary
- These modules know about terminal capabilities (color, TTY width, ANSI). The library `shipper` crate must NOT.