cli_fmt 0.7.0

CLI output formatting utilities for command-line applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Completed Tasks

Tasks that passed validation and are finished.

## Responsibility Table

| File | Responsibility |
|------|----------------|
| `001_cli_help_template.md` | Implement CliHelpTemplate typed CLI help renderer |
| `002_test_coverage_gaps.md` | Fill output test coverage gaps for FT-11 and FT-12 |
| `003_test_coverage_comprehensive.md` | Close 12 comprehensive test gaps — boundary values, untested paths, spec alignment |
| `004_remaining_test_gaps.md` | Fill remaining test coverage gaps — is_default tail/width, tty_detect, data_fmt absence |