Merge pull request #4966 from ivanovmg/fix/cmd-format

Fix command-line formatting
This commit is contained in:
David Lord 2023-02-08 18:44:10 -08:00 committed by GitHub
commit 761e02ef67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,8 @@ To use the ``flask`` command and run your application you need to set
the ``--app`` option that tells Flask where to find the application
instance:
.. code-block:: text
$ flask --app yourapplication run
What did we gain from this? Now we can restructure the application a bit