Update docs to the new CLI patterns

This commit is contained in:
Armin Ronacher 2016-05-26 20:45:50 +02:00
parent 523e271183
commit a7d829c618
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
--------------------