Merge pull request #469 from Textualize/fix-devtools-instructional-header

Update connection instructions in devtools header
This commit is contained in:
Will McGugan
2022-05-04 13:36:58 +01:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ class DevConsoleHeader:
lines = Renderables(
[
f"[bold]Textual Development Console [magenta]v{version('textual')}",
"[magenta]Run a Textual app with the environment variable [b]TEXTUAL_DEVTOOLS=1[/] to connect.",
"[magenta]Run a Textual app with the environment variable [b]TEXTUAL=devtools[/] to connect.",
"[magenta]Press [b]Ctrl+C[/] to quit.",
]
)