Merge pull request #142 from ttionya/hotfix/fix-restore-option-parse

fix: fix the restore option parsing error
This commit is contained in:
ttionya
2024-01-12 00:05:22 +08:00
committed by GitHub
-1
View File
@@ -294,7 +294,6 @@ function restore() {
-f|--force-restore)
shift
FORCE_RESTORE="TRUE"
shift
;;
*)
color red "Illegal input"