1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 17:24:45 +00:00

refactor: remove mo log command, keep log recording only

This commit is contained in:
tw93
2026-01-28 19:58:59 +08:00
parent c12f76c9f3
commit 88da841ce9
3 changed files with 0 additions and 228 deletions

3
mole
View File

@@ -777,9 +777,6 @@ main() {
"installer")
exec "$SCRIPT_DIR/bin/installer.sh" "${args[@]:1}"
;;
"log")
exec "$SCRIPT_DIR/bin/log.sh" "${args[@]:1}"
;;
"touchid")
exec "$SCRIPT_DIR/bin/touchid.sh" "${args[@]:1}"
;;