1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 16:49:41 +00:00

Parallel scanning and testing

This commit is contained in:
Tw93
2025-12-11 19:24:23 +08:00
parent d5f36e1e9a
commit 2d7932025f
4 changed files with 62 additions and 78 deletions

5
mole
View File

@@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/lib/core/common.sh"
# Version info
VERSION="1.12.10"
VERSION="1.12.11"
MOLE_TAGLINE="can dig deep to clean your Mac."
# Check if Touch ID is already configured
@@ -738,6 +738,9 @@ main() {
"touchid")
exec "$SCRIPT_DIR/bin/touchid.sh" "${args[@]:1}"
;;
"test")
exec "$SCRIPT_DIR/scripts/run-tests.sh" "${args[@]:1}"
;;
"update")
update_mole
exit 0