Single-source the scheduler help from markdown the AI index can read

This commit is contained in:
Gmer4Lfe
2026-08-04 19:30:38 -04:00
parent e1bbecad38
commit 3ea80ef944
7 changed files with 363 additions and 46 deletions
+2 -2
View File
@@ -145,8 +145,8 @@ done
# misleading failure this tool can produce.
if [[ -n "$KIND" ]]; then
case "$KIND" in
header|readme|manual|template|doc) ;;
*) echo "Unknown --kind=$KIND (expected: header, readme, manual, template, doc)" >&2
header|readme|manual|template|doc|ui) ;;
*) echo "Unknown --kind=$KIND (expected: header, readme, manual, template, doc, ui)" >&2
exit 1 ;;
esac
fi