Update docs to the new CLI patterns

This commit is contained in:
Armin Ronacher 2016-05-26 20:45:50 +02:00
parent 3b98e39768
commit 4cb36cbafc
10 changed files with 112 additions and 141 deletions

View file

@ -99,7 +99,8 @@ an application::
It can then be used with the :command:`flask` command::
flask --app=exampleapp run
export FLASK_APP=exampleapp
flask run
Factory Improvements
--------------------