Skip to content

Commit 2e83d39

Browse files
committed
Highlight pyproject.toml in message
1 parent 9ad1c23 commit 2e83d39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fastapi_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def _run(
219219
if import_data.module_config_source == "auto-discovery":
220220
toolkit.print_line()
221221
toolkit.print(
222-
"You can configure an entrypoint in pyproject.toml for this app with:",
222+
"You can configure an entrypoint in [blue]pyproject.toml[/] for this app with:",
223223
tag="tip",
224224
)
225225
toolkit.print_line()

0 commit comments

Comments
 (0)