refactor: add docs and update scripts (#150)

This commit is contained in:
sigoden
2024-12-13 17:18:01 +08:00
committed by GitHub
parent 8ace93beb8
commit d692625662
6 changed files with 332 additions and 15 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ run() {
if [[ -t 1 ]] && [[ "$skip_confirm" -ne 1 ]]; then
read -r -p "Are you sure you want to continue? [Y/n] " ans
if [[ "$ans" == "N" || "$ans" == "n" ]]; then
echo "error: canceld!" 2>&1
echo "error: canceled!" 2>&1
exit 1
fi
fi