mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-11 18:33:34 -05:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user