mirror of https://github.com/pallets/flask.git
Fix command-line formatting
This commit is contained in:
parent
dd2423ebde
commit
428d9430bc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue