Merge pull request #4966 from ivanovmg/fix/cmd-format
Fix command-line formatting
This commit is contained in:
commit
761e02ef67
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
the ``--app`` option that tells Flask where to find the application
|
||||||
instance:
|
instance:
|
||||||
|
|
||||||
|
.. code-block:: text
|
||||||
|
|
||||||
$ flask --app yourapplication run
|
$ flask --app yourapplication run
|
||||||
|
|
||||||
What did we gain from this? Now we can restructure the application a bit
|
What did we gain from this? Now we can restructure the application a bit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue