mirror of https://github.com/mitsuhiko/flask.git
Browse Source
When running `flask --help`, the printed string contains this: > Example usage: > > set FLASK_APP=hello > set FLASK_DEBUG=1 > flask run but it actually only works with `set FLASK_APP=hello.py` so the help should be changed. This is true on my Windows 7 Python 3.5 flask 0.11 setup.pull/1838/head
Yoav Ram
9 years ago
committed by
Markus Unterwaditzer
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue