Merge branch '2.2.x'

This commit is contained in:
David Lord 2023-02-15 14:48:09 -08:00
commit ed5b240417
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
4 changed files with 16 additions and 10 deletions

View file

@ -103,6 +103,14 @@ the ``--debug`` option.
* Debugger is active!
* Debugger PIN: 223-456-919
The ``--debug`` option can also be passed to the top level ``flask`` command to enable
debug mode for any command. The following two ``run`` calls are equivalent.
.. code-block:: console
$ flask --app hello --debug run
$ flask --app hello run --debug
Watch and Ignore Files with the Reloader
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~