File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/codegen/cli/commands/claude Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ def claude(
379379 t_console .print ("\n [yellow]Claude Code CLI is not installed or cannot be found.[/yellow]" )
380380 t_console .print ("\n [bold]To install Claude Code:[/bold]" )
381381 t_console .print (" • Install globally: [cyan]npm install -g @anthropic-ai/claude-code[/cyan]" )
382- t_console .print (" • Or run: [cyan]claude // migrate-installer[/cyan] for local installation" )
382+ t_console .print (" • Or run: [cyan]claude /migrate-installer[/cyan] for local installation" )
383383 t_console .print ("\n [dim]If you migrated a local install, ensure ~/.claude/local/claude exists[/dim]" )
384384 t_console .print ("[dim]or add it to your PATH.[/dim]" )
385385 raise typer .Exit (1 )
You can’t perform that action at this time.
0 commit comments