cli_fmt 0.12.1

CLI output formatting utilities for command-line applications
Documentation
1
2
3
4
5
6
7
8
9
# src

### Responsibility Table

| File | Responsibility |
|------|----------------|
| `lib.rs` | Crate root — feature-gated module declarations |
| `output.rs` | CLI output processing — filtering, truncation, stream merging |
| `help.rs` | CLI help template — styled, column-aligned help text renderer |