plan: 22b.4a fix — ail render has no --form flag

This commit is contained in:
2026-05-09 22:19:32 +02:00
parent 9784fe95fe
commit 5852833241
@@ -1083,7 +1083,7 @@ Before editing, sanity-check that the printer/parser arms cover every
```
for f in examples/test_22b1_*.ail.json examples/test_22b2_*.ail.json examples/test_22b3_*.ail.json; do
cargo run -q -p ail -- render --form a "$f" > /tmp/rt.txt 2>&1 || echo "RENDER FAIL: $f"
cargo run -q -p ail -- render "$f" > /tmp/rt.txt 2>&1 || echo "RENDER FAIL: $f"
done
```