Skip to content

Commit

Permalink
Fix: No shift
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Nov 6, 2023
1 parent af885cc commit 32ad543
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions devtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
"")
Expand Down

0 comments on commit 32ad543

Please sign in to comment.