cli_fmt 0.12.1

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

### Scope

- **Purpose**: Document the public interface exposed by `cli_fmt`.
- **Responsibility**: Interface contracts for the output processing pipeline and CLI help template renderer.
- **In Scope**: Instance 001 — output processing function, configuration, and result types; Instance 002 — CLI help template types and render method.
- **Out of Scope**: Behavioral rationale — see `feature/` and `invariant/` instances.

### Overview Table

| # | File | Name | Status |
|---|------|------|--------|
| 1 | [001_output_api.md]001_output_api.md | Output API ||
| 2 | [002_help_api.md]002_help_api.md | Help Template API ||