Skip to content

Commit 86c4d4e

Browse files
committed
Update config source descriptions
1 parent c635a56 commit 86c4d4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/fastapi_cli/cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828

2929

3030
SOURCE_DESCRIPTIONS: dict[ModuleConfigSource | AppConfigSource, str] = {
31-
"entrypoint-option": "[blue]--entrypoint[/] option",
31+
"entrypoint-option": "[blue]--entrypoint[/] CLI option",
3232
"entrypoint-pyproject": "[blue]entrypoint[/] in [blue]pyproject.toml[/]",
33-
"path-argument": "path argument",
34-
"app-option": "[blue]--app[/] option",
33+
"path-argument": "[blue]path[/] CLI argument",
34+
"app-option": "[blue]--app[/] CLI option",
3535
"auto-discovery": "auto-discovery",
3636
}
3737

0 commit comments

Comments
 (0)