diff options
Diffstat (limited to 'main.sh')
-rw-r--r-- | main.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ function main systr_commit "$@" elif [[ "$cmd" == "tag" ]]; then systr_repo_tag "$@" + elif [[ "$cmd" == "log" ]]; then + systr_repo_generate_log "$@" else echo "Fatal: $cmd not recognized" fi |