cli_fmt 0.6.0

CLI output formatting utilities for command-line applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Feature Doc Entity

### Scope

- **Purpose**: Document what `cli_fmt` does and why each capability exists.
- **Responsibility**: Master index for all feature doc instances in this crate.
- **In Scope**: Instance 001 — CLI output filtering, truncation, and stream merging pipeline; Instance 002 — typed CLI help template with style/data separation.
- **Out of Scope**: Public interface contracts — see `api/` instances.

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [Output Processing]001_output_processing.md | CLI output filtering, truncation, and stream merging ||
| 002 | [CLI Help Template]002_cli_help_template.md | Typed, configurable template for CLI help text rendering ||