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

Support shorter mo use

This commit is contained in:
Tw93
2025-10-05 19:25:23 +08:00
parent 53bb2751a3
commit f39f04c357
5 changed files with 79 additions and 15 deletions

View File

@@ -47,6 +47,7 @@ brew install tw93/tap/mole
**Run:**
```bash
mo # Shortcut alias for Mole
mole # Interactive menu
mole clean # System cleanup
mole clean --dry-run # Preview mode
@@ -58,6 +59,8 @@ mole remove # Remove Mole from system
mole --help # Show help
```
Prefer the shorter alias `mo` for every command; `mole` remains available.
> Highly recommended start with `--dry-run` to preview, enable `--whitelist` to protect caches
## Features