-v and -h exit

This commit is contained in:
James Tomasino 2019-04-18 18:05:04 -04:00
parent 0d8fb0368e
commit 5ab663f35d
1 changed files with 2 additions and 2 deletions

4
lssh
View File

@ -43,11 +43,11 @@ parse_input () {
case "$1" in
-h)
show_help
shift
exit 0
;;
-v)
printf "%s\\n" "$version"
shift
exit 0
;;
--)
shift