makefile-awk-help-regex-excludes-digit-targets
Standard Makefile awk help-text extractors often use a character class that excludes digits in target names, silently omitting targets like test-a11y, k8s-apply, test-cov from make help output. Fix the awk regex to allow alphanumeric characters (including digits) in target names.
Related
- hook-regex-cmd-start-not-backup-anchors-required
- subagent-permission-stall-root-cause-and-fix
- security-hook-triggers-on-literal-exec-eval-tokens-in-prose
- security-hook-blocks-literal-exec-eval-in-prose
- pipe-through-tail-masks-script-exit-code
- makefile-awk-help-regex-must-include-digit-character-class
- makefile-awk-help-extractor-excludes-digit-containing-target
- makefile-awk-help-parser-excludes-digit-targets
- makefile-awk-help-target-regex-excludes-digits
- makefile-awk-help-extractor-excludes-digit-targets