orchestra: pre-release WIP snapshot (orchestra-06g4kvshak9b8m9k8henaf23cg-0426a3a5)

This commit is contained in:
2026-08-29 00:05:45 +04:00
parent 52d8cba1e2
commit 5f22620a78
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ main() {
emit text 'Healthcheck script for Orchestra E2E tests.\n'
emit text 'Exits 0 with a success message if all checks pass.\n'
emit text ' --quiet Suppress the success message; still exits 0.\n'
emit text ' Off by default; the success message prints unless --quiet is given.\n'
emit text 'Version: %s\n' "$VERSION"
exit 0
elif [ "$arg" = --quiet ]; then