aboutsummaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck3
1 files changed, 3 insertions, 0 deletions
diff --git a/check b/check
index 331883f..45b03c8 100755
--- a/check
+++ b/check
@@ -37,6 +37,9 @@ case $SUBCMD in
"static")
bandit --recursive --number=3 -lll -iii .
;;
+ "run")
+ flask --app kerbana --debug run
+ ;;
*)
echo "No such subcommand $SUBCMD"
;;