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 56ced6b commit dad27fcCopy full SHA for dad27fc
src/fastapi_cli/config.py
@@ -37,10 +37,6 @@ def read_pyproject_file(keys: Sequence[str]) -> dict[str, Any] | None:
37
class CommandWithProjectConfig(TyperCommand):
38
"""Command class which loads parameters from a pyproject.toml file.
39
40
- It will search the current directory and all parent directories for
41
- a `pyproject.toml` file, then change directories to that file so all paths
42
- defined in it remain relative to it.
43
-
44
The table `tool.fastapi.cli` will be used. An additional subtable for the
45
running command will also be used. e.g. `tool.fastapi.cli.dev`. Options
46
on subcommand tables will override options from the cli table.
0 commit comments