forked from orbit-oss/flask
pass sys.argv to flask cli
This commit is contained in:
parent
3fb368a444
commit
ded3d642a7
3 changed files with 12 additions and 2 deletions
|
|
@ -57,4 +57,4 @@ from .signals import template_rendered
|
|||
from .templating import render_template
|
||||
from .templating import render_template_string
|
||||
|
||||
__version__ = "1.1.1"
|
||||
__version__ = "1.1.2.dev"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue