Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestion from @YuriiMotov
  • Loading branch information
YuriiMotov authored Feb 18, 2026
commit 87a484075e7878a0fab3aaf925cc1c22e84d09d6
2 changes: 1 addition & 1 deletion src/fastapi_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def dev(
log_config: Annotated[
Path | None,
typer.Option(
help="Logging configuration file. Supported formats: .ini, .json, .yaml. be tried."
help="Logging configuration file. Supported formats: .ini, .json, .yaml."
),
Copy link
Copy Markdown
Member

@YuriiMotov YuriiMotov Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also specify:

Suggested change
),
dir_okay=False,
exists=True,
),

(and the same for run command)

] = None,
) -> Any:
Expand Down