Skip to content

Commit 87e8a2a

Browse files
authored
Make pip install command printed by 'logfire inspect' easy to copy (#130)
1 parent d3c2767 commit 87e8a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logfire/_internal/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def parse_inspect(args: argparse.Namespace) -> None:
222222
)
223223
install_command = f'pip install {otel_packages_to_install}'
224224
console.print('\n[bold green]To install these packages, run:[/bold green]\n')
225-
console.print(f'[bold]$[/bold] [cyan]{install_command}[/cyan]', justify='center')
225+
console.print(f'[cyan]{install_command}[/cyan]', soft_wrap=True)
226226
console.print('\n[bold blue]For further information, visit[/bold blue]', end=' ')
227227
console.print(f'[link={INTEGRATIONS_DOCS_URL}]{INTEGRATIONS_DOCS_URL}[/link]')
228228

0 commit comments

Comments
 (0)