forked from orbit-oss/flask
Updated docs for click support
This commit is contained in:
parent
7bb3271f1a
commit
e9d1fc47bf
4 changed files with 127 additions and 28 deletions
|
|
@ -26,6 +26,16 @@ context.
|
|||
Generally it's recommended that you read the :ref:`request-context`
|
||||
chapter of the documentation first.
|
||||
|
||||
Command Line Interface
|
||||
----------------------
|
||||
|
||||
Starting with Flask 1.0 the recommended way to work with the shell is the
|
||||
``flask shell`` command which does a lot of this automatically for you.
|
||||
For instance the shell is automatically initialized with a loaded
|
||||
application context.
|
||||
|
||||
For more information see :ref:`cli`.
|
||||
|
||||
Creating a Request Context
|
||||
--------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue