We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c635a56 commit 86c4d4eCopy full SHA for 86c4d4e
1 file changed
src/fastapi_cli/cli.py
@@ -28,10 +28,10 @@
28
29
30
SOURCE_DESCRIPTIONS: dict[ModuleConfigSource | AppConfigSource, str] = {
31
- "entrypoint-option": "[blue]--entrypoint[/] option",
+ "entrypoint-option": "[blue]--entrypoint[/] CLI option",
32
"entrypoint-pyproject": "[blue]entrypoint[/] in [blue]pyproject.toml[/]",
33
- "path-argument": "path argument",
34
- "app-option": "[blue]--app[/] option",
+ "path-argument": "[blue]path[/] CLI argument",
+ "app-option": "[blue]--app[/] CLI option",
35
"auto-discovery": "auto-discovery",
36
}
37
0 commit comments