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.
cli.py
1 parent 1e797fc commit 3a4f0fcCopy full SHA for 3a4f0fc
src/fastapi_cli/cli.py
@@ -250,6 +250,8 @@ def dev(
250
Union[str, None],
251
typer.Option(
252
help="Comma separated list of directories to watch for changes in. If not provided, by default the whole current directory will be watched."
253
+ ),
254
+ ] = None,
255
forwarded_allow_ips: Annotated[
256
257
0 commit comments