new run debug docs

This commit is contained in:
David Lord 2022-12-29 09:52:18 -08:00
parent eeebb5adc7
commit 74e5263c88
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
7 changed files with 10 additions and 10 deletions

View file

@ -24,7 +24,7 @@ debug mode.
.. code-block:: text
$ flask --app hello --debug run
$ flask --app hello run --debug
This enables debug mode, including the interactive debugger and reloader, and then
starts the server on http://localhost:5000/. Use ``flask run --help`` to see the