Skip to content

Commit 4eff804

Browse files
committed
Make example/manage.py executable and add interpreter directive and PYTHON_ARGCOMPLETE_OK global argcomplete trigger at top
1 parent e03da30 commit 4eff804

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/manage.py

100644100755
+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env python
2+
# PYTHON_ARGCOMPLETE_OK
3+
14
import pprint
25

36
from flask import Flask, current_app

0 commit comments

Comments
 (0)