pass sys.argv to flask cli

This commit is contained in:
David Lord 2019-07-10 11:45:20 -07:00
parent 3fb368a444
commit ded3d642a7
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,14 @@
.. currentmodule:: flask
Version 1.1.2
-------------
Unreleased
- Work around an issue when running the ``flask`` command with an
external debugger on Windows. :issue:`3297`
Version 1.1.1
-------------