From 32ad543b72e37eb510ea25e234621b3624f9f00e Mon Sep 17 00:00:00 2001 From: hayao Date: Mon, 6 Nov 2023 15:36:48 +0900 Subject: [PATCH] Fix: No shift --- devtools.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/devtools.sh b/devtools.sh index 393890d..d8158b7 100755 --- a/devtools.sh +++ b/devtools.sh @@ -98,15 +98,12 @@ main() { case "${_cmd-""}" in "init") init_command "$@" - shift 1 || true ;; "bump") bump_command "$@" - shift 1 || true ;; "help") print_usage - shift 1 || true exit 0 ;; "")