forked from orbit-oss/flask
docs: :command:pip, :option:--debug
This commit is contained in:
parent
936e787cca
commit
02694d609f
14 changed files with 50 additions and 50 deletions
|
|
@ -523,7 +523,7 @@ class Flask(_PackageBoundObject):
|
|||
view_func=self.send_static_file)
|
||||
|
||||
#: The click command line context for this application. Commands
|
||||
#: registered here show up in the ``flask`` command once the
|
||||
#: registered here show up in the :command:`flask` command once the
|
||||
#: application has been discovered. The default commands are
|
||||
#: provided by Flask itself and can be overridden.
|
||||
#:
|
||||
|
|
@ -773,7 +773,7 @@ class Flask(_PackageBoundObject):
|
|||
|
||||
It is not recommended to use this function for development with
|
||||
automatic reloading as this is badly supported. Instead you should
|
||||
be using the ``flask`` command line script's ``runserver``
|
||||
be using the :command:`flask` command line script's ``runserver``
|
||||
support.
|
||||
|
||||
.. admonition:: Keep in Mind
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue