pass sys.argv to flask cli

This commit is contained in:
David Lord 2019-07-10 11:45:20 -07:00
parent 4086e82b37
commit fff9bedf53
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
-------------