rewrite the development server docs

This commit is contained in:
David Lord 2019-11-18 13:46:00 -08:00
parent 240a11052b
commit a671e47921
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 64 additions and 37 deletions

View file

@ -806,7 +806,7 @@ class SeparatedPathType(click.Path):
"is active if debug is enabled.",
)
@click.option(
"--eager-loading/--lazy-loader",
"--eager-loading/--lazy-loading",
default=None,
help="Enable or disable eager loading. By default eager "
"loading is enabled if the reloader is disabled.",