diff options
author | Malf Furious <m@lfurio.us> | 2018-10-09 22:14:41 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-10-09 22:14:41 -0400 |
commit | 53b619e1c927c518c27150c8ac0a4c99791c61cd (patch) | |
tree | 962a42d418d04805f2eb20dcade758ed175dc665 /main.sh | |
parent | 942d22a2fec76dcadc34225f7c8ce80d286e52df (diff) | |
download | systrunk-53b619e1c927c518c27150c8ac0a4c99791c61cd.tar.gz systrunk-53b619e1c927c518c27150c8ac0a4c99791c61cd.zip |
Add diff / shortdiff ops
Diffstat (limited to 'main.sh')
-rw-r--r-- | main.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |