Skip to content

Commit 761e02e

Browse files
authored
Merge pull request #4966 from ivanovmg/fix/cmd-format
Fix command-line formatting
2 parents dd2423e + 428d943 commit 761e02e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/patterns/packages.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ To use the ``flask`` command and run your application you need to set
6666
the ``--app`` option that tells Flask where to find the application
6767
instance:
6868

69+
.. code-block:: text
70+
6971
$ flask --app yourapplication run
7072
7173
What did we gain from this? Now we can restructure the application a bit

0 commit comments

Comments
 (0)