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
16
17
# 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 |
| `005_extend_cli_help_template_multi_section.md` | Extend CliHelpTemplate with option groups, usage lines, arguments section |
| `006_aspirational_test_surface.md` | Complete aspirational test surface — FT-36..FT-40 and FT-29..FT-30 |
| `007_fix_test_assertion_gaps.md` | Add FT-33/FT-17 missing assertions to `tests/output.rs` |
| `008_feature_flag_filtering_test.md` | Add FT-41 passthrough test via `output_passthrough` feature |
| `009_fill_new_test_coverage_gaps.md` | Implement 7 ⏳ spec cases — FT-42..FT-44, AP-14..AP-15, FT-31, FT-32 |