Use when explaining qrrun usage, flags, runtime behavior, and troubleshooting. For installation steps, direct users to INSTALL.md.
qrrun is a CLI tool that serves a local script through Cloudflare Quick Tunnel and provides a QR code (or runtime URL) so mobile runtimes can execute the script.
For installation instructions, see INSTALL.md.
Run with a local file:
qrrun hello.py arg1 arg2
Run from stdin:
echo 'print("Hello, QRrun!")' | qrrun - arg1 arg2
Command format:
qrrun [flags] <script|-> [args...]