# Use Case: CLI Startup Verify the Adolf CLI starts cleanly and exits without error when the user closes input. ## Steps Run the CLI with empty stdin (simulates user pressing Ctrl+D immediately): ```bash echo "" | python3 /home/alvis/adolf/cli.py --session use-case-cli-startup echo "exit code: $?" ``` ## Pass if - Output contains `Adolf CLI` - Output contains the session name and gateway URL - Exit code is 0