summaryrefslogtreecommitdiffstats
path: root/main.sh
diff options
context:
space:
mode:
Diffstat (limited to 'main.sh')
-rw-r--r--main.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.sh b/main.sh
index cfec2f5..d34f962 100644
--- a/main.sh
+++ b/main.sh
@@ -34,6 +34,8 @@ function main
systr_status "$@"
elif [[ "$cmd" == "commit" ]]; then
systr_commit "$@"
+ elif [[ "$cmd" == "tag" ]]; then
+ systr_repo_tag "$@"
else
echo "Fatal: $1 not recognized"
fi