summaryrefslogtreecommitdiffstats
path: root/main.sh
diff options
context:
space:
mode:
Diffstat (limited to 'main.sh')
-rw-r--r--main.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.sh b/main.sh
index f5a2df7..63c43ff 100644
--- a/main.sh
+++ b/main.sh
@@ -55,6 +55,10 @@ function main
systr_short_log "$@"
elif [[ "$cmd" == "log" ]]; then
systr_log "$@"
+ elif [[ "$cmd" == "shortdiff" ]]; then
+ systr_short_diff "$@"
+ elif [[ "$cmd" == "diff" ]]; then
+ systr_diff "$@"
elif [[ "$cmd" == "merge" ]]; then
systr_merge "$@"
elif [[ "$cmd" == "update" ]]; then