Added click support to Flask

This commit is contained in:
Armin Ronacher 2014-04-28 13:26:23 +02:00
parent a875fbaa2c
commit 0ef937be19
4 changed files with 392 additions and 251 deletions

View file

@ -11,5 +11,5 @@
if __name__ == '__main__':
from run import main
from cli import main
main(as_module=True)