Commit bb2ab46
committed
fix(cli): Add "examples:" suffix to build_description headings
Change build_description to produce "{heading} examples:" format
(e.g., "load examples:") instead of "{heading}:" (e.g., "load:").
The formatter's colorization logic uses content_lower.endswith("examples:")
to detect example section headings. Without the "examples:" suffix,
section headings like "load:" were not recognized and colorization
never triggered.
This aligns with vcspull's implementation which uses the same pattern.1 parent 784f15c commit bb2ab46
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
850 | 850 | | |
851 | 851 | | |
852 | 852 | | |
853 | | - | |
| 853 | + | |
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
| |||
865 | 865 | | |
866 | 866 | | |
867 | 867 | | |
868 | | - | |
| 868 | + | |
869 | 869 | | |
870 | 870 | | |
871 | 871 | | |
| |||
0 commit comments