You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: argument parsing infinite loop and duplicate handling in claude-yolo
- Fix missing shift statements for --inspect and --ps causing infinite loops
- Remove duplicate argument handling between parse_args() and main case statement
- Add exit 0 for --ps to prevent incorrect continuation to claude.sh
- Fix claude-trace --run-with syntax (remove unnecessary "claude" argument)
- Consolidate all argument parsing through single parse_args() function
Closes#8
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments