Fix command-line formatting

This commit is contained in:
Maxim G. Ivanov 2023-02-09 09:38:57 +07:00
parent dd2423ebde
commit 428d9430bc
1 changed files with 2 additions and 0 deletions

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