makefile-awk-help-parser-excludes-digit-targets
A common Makefile help target implemented with awk breaks when target names contain digits (e.g., test-a11y, k8s-apply). The awk regex must explicitly allow digits in target name character classes. Missing targets in make help creates invisible capability — operators don’t know those commands exist.
Related
- makefile-awk-help-regex-excludes-digit-targets
- makefile-awk-help-extractor-excludes-digit-containing-target
- makefile-awk-help-regex-must-include-digit-character-class
- fusion-invariants-lint-was-structural-only-not-semantic
- pine-script-strategy-mode-four-critical-bugs
- makefile-awk-help-target-regex-excludes-digits
- makefile-awk-help-extractor-excludes-digit-targets