WitNote / tests /e2e /scenarios-cli /31-text-flags.sh
AUXteam's picture
Upload folder using huggingface_hub
6a7089a verified
#!/bin/bash
# 31-text-flags.sh β€” CLI text flags (previously blocked by cobra)
source "$(dirname "$0")/common.sh"
# ─────────────────────────────────────────────────────────────────
start_test "pinchtab text --raw"
pt_ok nav "${FIXTURES_URL}/index.html"
pt_ok text --raw
end_test