We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c2767 commit 87e8a2aCopy full SHA for 87e8a2a
logfire/_internal/cli.py
@@ -222,7 +222,7 @@ def parse_inspect(args: argparse.Namespace) -> None:
222
)
223
install_command = f'pip install {otel_packages_to_install}'
224
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')
+ console.print(f'[cyan]{install_command}[/cyan]', soft_wrap=True)
226
console.print('\n[bold blue]For further information, visit[/bold blue]', end=' ')
227
console.print(f'[link={INTEGRATIONS_DOCS_URL}]{INTEGRATIONS_DOCS_URL}[/link]')
228
0 commit comments