Updated docs for click support

This commit is contained in:
Armin Ronacher 2014-04-28 13:27:13 +02:00
parent 7bb3271f1a
commit e9d1fc47bf
4 changed files with 127 additions and 28 deletions

View file

@ -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
--------------------------