Added documentation for 8 X-Check testing and gameplay commands that were implemented but missing from the help system: X-Check Testing Commands: - roll_jump: Roll jump dice for stolen base testing - test_jump: Test jump roll distribution statistics - roll_fielding: Roll fielding check dice for X-Check defensive plays - test_fielding: Test fielding roll distribution Testing & Development: - test_location: Test hit location distribution - rollback: Roll back the last N plays Interrupt Plays: - force_wild_pitch: Force a wild pitch interrupt play - force_passed_ball: Force a passed ball interrupt play Changes: - help_text.py: Added new command categories to show_command_list() - "X-Check Testing" section with 4 dice testing commands - "Interrupt Plays" section with 2 force commands - Moved test_location and rollback to "Testing & Development" - help_text.py: Added detailed HELP_DATA entries for all 8 commands - Complete usage, options, examples, and notes for each - Includes dice component explanations and expected distributions Users can now run 'help' to see all commands or 'help <command>' for detailed information about X-Check testing features. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| update_docs | ||
| __init__.py | ||
| __main__.py | ||
| arg_parser.py | ||
| CLAUDE.md | ||
| commands.py | ||
| completions.py | ||
| config.py | ||
| display.py | ||
| help_text.py | ||
| main.py | ||
| repl.py | ||