Add Help & Docs section to welcome screen

Added fourth section with essential help commands:
- tito system doctor (check environment health)
- tito --help (see all commands)

Completes welcome screen simplification with 4 focused groups
showing 10 total commands for new users.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vijay Janapa Reddi
2025-11-29 12:09:25 -05:00
parent 22908bd4d6
commit 88f8753b0d

View File

@@ -203,7 +203,9 @@ Quick Start:
help_text += " [yellow]tito milestones status[/yellow] View unlocked capabilities\n"
help_text += "\n[bold cyan]Community:[/bold cyan]\n"
help_text += " [blue]tito community join[/blue] Connect with builders worldwide\n"
help_text += "\n[dim]More commands: tito --help[/dim]"
help_text += "\n[bold cyan]Help & Docs:[/bold cyan]\n"
help_text += " [magenta]tito system doctor[/magenta] Check environment health\n"
help_text += " [magenta]tito --help[/magenta] See all commands"
self.console.print(Panel(
help_text,