Skip to content

Commit 8c23211

Browse files
committed
Highlight pyproject.toml in message
1 parent 86f5b76 commit 8c23211

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
@@ -228,7 +228,7 @@ def _run(
228228
if import_data.module_config_source == "auto-discovery":
229229
toolkit.print_line()
230230
toolkit.print(
231-
"You can configure an entrypoint in pyproject.toml for this app with:",
231+
"You can configure an entrypoint in [blue]pyproject.toml[/] for this app with:",
232232
tag="tip",
233233
)
234234
toolkit.print_line()

0 commit comments

Comments
 (0)