#!/bin/bash
exec > /tmp/botfix/clihelp_out.txt 2>&1
echo "=== gemini --help ==="
/home/claude/.local/bin/gemini --help 2>&1 | head -80
echo "=== codex exec --help ==="
/home/claude/.local/bin/codex exec --help 2>&1 | head -80
echo "DONE_EXIT_OK"
